mirror of
https://github.com/beego/bee.git
synced 2024-11-21 18:40:54 +00:00
bee pro remove go dependence
This commit is contained in:
parent
91e4ac31a4
commit
adf3cc850f
@ -14,19 +14,16 @@
|
||||
package beegopro
|
||||
|
||||
import (
|
||||
"strings"
|
||||
|
||||
"github.com/beego/bee/cmd/commands"
|
||||
"github.com/beego/bee/cmd/commands/version"
|
||||
"github.com/beego/bee/internal/app/module/beegopro"
|
||||
"github.com/beego/bee/logger"
|
||||
"strings"
|
||||
)
|
||||
|
||||
var CmdBeegoPro = &commands.Command{
|
||||
UsageLine: "pro [command]",
|
||||
Short: "Source code generator",
|
||||
Long: ``,
|
||||
PreRun: func(cmd *commands.Command, args []string) { version.ShowShortVersionBanner() },
|
||||
Run: BeegoPro,
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user