mirror of
https://github.com/astaxie/beego.git
synced 2025-06-23 20:20:20 +00:00
beego: update licence& fix #669
This commit is contained in:
.go_styleadmin.goapp.gobeego.gostaticfile.go
cache
config.goconfig
config_test.gocontext
controller.godocs.gofilter.gofilter_test.goflash.goflash_test.goforms
elements
button.gocaptcha.gocheckbox.gocsrf.godate.goelement.goemail.gofile.gohidden.goimage.gomulticheckbox.gonumber.gopassword.goradio.gorange.goselect.gosubmit.gotext.gotextarea.gotime.gourl.go
form.goform_test.gohttplib
log.gologs
memzipfile.gomiddleware
mime.gonamespace.gonamespace_test.goorm
cmd.gocmd_utils.godb.godb_alias.godb_mysql.godb_oracle.godb_postgres.godb_sqlite.godb_tables.godb_utils.gomodels.gomodels_boot.gomodels_fields.gomodels_info_f.gomodels_info_m.gomodels_test.gomodels_utils.goorm.goorm_conds.goorm_log.goorm_object.goorm_querym2m.goorm_queryset.goorm_raw.goorm_test.gotypes.goutils.go
parser.goplugins/auth
router.gorouter_test.gosession
couchbase
memcache
mysql
postgres
redis
sess_cookie.gosess_cookie_test.gosess_file.gosess_mem.gosess_mem_test.gosess_test.gosess_utils.gosession.goswagger
template.gotemplate_test.gotemplatefunc.gotemplatefunc_test.gotesting
toolbox
debug.godebug_test.gohealthcheck.goprofile.goprofile_test.gostatistics.gostatistics_test.gotask.gotask_test.go
tree.gotree_test.goutils
caller.gocaller_test.go
captcha
file.gofile_test.gomail.gomail_test.gorand.gosafemap.gosafemap_test.goslice.goslice_test.govalidation
9
cache/redis/redis.go
vendored
9
cache/redis/redis.go
vendored
@ -1,13 +1,12 @@
|
||||
// Beego (http://beego.me/)
|
||||
|
||||
//
|
||||
// @description beego is an open-source, high-performance web framework for the Go programming language.
|
||||
|
||||
//
|
||||
// @link http://github.com/astaxie/beego for the canonical source repository
|
||||
|
||||
//
|
||||
// @license http://github.com/astaxie/beego/blob/master/LICENSE
|
||||
|
||||
//
|
||||
// @authors astaxie
|
||||
|
||||
package cache
|
||||
|
||||
import (
|
||||
|
Reference in New Issue
Block a user