comments router test rundocs

This commit is contained in:
astaxie 2014-08-18 23:12:27 +08:00
parent 9faf04fea0
commit 5efe6ebd55
1 changed files with 3 additions and 3 deletions

6
bee.go
View File

@ -77,12 +77,12 @@ var commands = []*Command{
cmdRun,
cmdPack,
cmdApiapp,
cmdRouter,
cmdTest,
//cmdRouter,
//cmdTest,
cmdBale,
cmdVersion,
cmdGenerate,
cmdRundocs,
//cmdRundocs,
cmdMigrate,
}