1
0
mirror of https://github.com/astaxie/beego.git synced 2024-06-03 07:33:29 +00:00
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"
]
}