1
0
mirror of https://github.com/beego/bee.git synced 2025-06-19 01:40:40 +00:00

Added func getControllerInfo

This commit is contained in:
Unknown
2013-07-27 09:44:44 +08:00
parent 422e2dc737
commit 7ea67b5534
8 changed files with 622 additions and 8 deletions

View File

@ -2,9 +2,11 @@
"go_install": false,
"dir_structure":{
"controllers": "",
"models": ""
"models": "",
"others": []
},
"files": [
"main.go"
]
"main_files":{
"main.go": "",
"others": []
}
}