1
0
mirror of https://github.com/beego/bee.git synced 2025-07-05 18:20:18 +00:00

bee support generate docs from the source code

This commit is contained in:
astaxie
2014-06-18 12:19:03 +08:00
parent 7140e9be38
commit fdade4356e
3 changed files with 439 additions and 1 deletions

2
bee.go
View File

@ -81,7 +81,7 @@ var commands = []*Command{
cmdTest,
cmdBale,
cmdVersion,
//cmdReStart,
cmdGenerate,
}
func main() {