1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 10:00:18 +00:00
Files
.github
cache
config
env
xml
yaml
yaml.go
yaml_test.go
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
testdata
testing
toolbox
utils
validation
vendor
.gitignore
.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
fs.go
go.mod
go.sum
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
unregroute_test.go
Beego/config/yaml
Iskander Sharipov c998e52cc0 config/yaml: s/bytes.NewBuffer/bytes.NewReader/
When io.Reader is required out of []byte,
it's better to use bytes.NewReader than bytes.NewBuffer.

Signed-off-by: Iskander Sharipov <quasilyte@gmail.com>
2019-02-10 20:37:43 +03:00
..
2016-03-29 21:47:33 +08:00