1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-04 15:20:18 +00:00
Files
cache
config
context
example
httplib
logs
middleware
migration
orm
plugins
session
swagger
testing
toolbox
utils
validation
.gitignore
.go_style
LICENSE
README.md
admin.go
adminui.go
app.go
beego.go
config.go
config_test.go
controller.go
docs.go
filter.go
filter_test.go
flash.go
flash_test.go
log.go
memzipfile.go
mime.go
namespace.go
namespace_test.go
parser.go
router.go
router_test.go
staticfile.go
template.go
template_test.go
templatefunc.go
templatefunc_test.go
tree.go
tree_test.go
Beego/.go_style
2014-07-03 23:40:21 +08:00

17 lines
252 B
Plaintext

{
"file_line": 500,
"func_line": 80,
"params_num":4,
"results_num":3,
"formated": true,
"pkg_name": true,
"camel_name":true,
"ignore":[
"a/*",
"b/*/c/*.go"
],
"fatal":[
"formated"
]
}