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

fix issue with new version

This commit is contained in:
astaxie
2016-01-06 11:55:56 +08:00
parent 20d77d9979
commit 807c3de8a7
6 changed files with 36 additions and 16 deletions

1
bee.go
View File

@ -85,6 +85,7 @@ var commands = []*Command{
cmdGenerate,
//cmdRundocs,
cmdMigrate,
cmdFix,
}
func main() {