1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-11 08:01:01 +00:00
Files
.github
cache
config
env
xml
xml.go
xml_test.go
yaml
config.go
config_test.go
fake.go
ini.go
ini_test.go
json.go
json_test.go
context
grace
httplib
logs
migration
orm
plugins
session
swagger
testing
toolbox
utils
validation
.gitignore
.gosimpleignore
.travis.yml
CONTRIBUTING.md
LICENSE
README.md
admin.go
admin_test.go
adminui.go
app.go
beego.go
config.go
config_test.go
controller.go
controller_test.go
doc.go
error.go
error_test.go
filter.go
filter_test.go
flash.go
flash_test.go
hooks.go
log.go
mime.go
namespace.go
namespace_test.go
parser.go
policy.go
router.go
router_test.go
staticfile.go
staticfile_test.go
template.go
template_test.go
templatefunc.go
templatefunc_test.go
tree.go
tree_test.go
Beego/config/xml
fugr 6a2ee371a5 avoid creating new file to implements Config
There is no need to create new file in ParseData(data []byte) (Configer, error).Tet's make code simply.
2017-01-09 21:04:11 +08:00
..
2016-11-29 14:55:57 +01:00