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

bee add subcommand server

This commit is contained in:
astaxie
2017-07-19 00:27:54 +08:00
parent 1b03d81aa2
commit 3523212500
2 changed files with 77 additions and 0 deletions

View File

@ -29,6 +29,7 @@ import (
_ "github.com/beego/bee/cmd/commands/pack"
_ "github.com/beego/bee/cmd/commands/rs"
_ "github.com/beego/bee/cmd/commands/run"
_ "github.com/beego/bee/cmd/commands/server"
_ "github.com/beego/bee/cmd/commands/version"
"github.com/beego/bee/utils"
)