mirror of
https://github.com/beego/bee.git
synced 2025-07-17 18:22:17 +00:00
rename mod as a quickfix
This commit is contained in:
32
cmd/bee.go
32
cmd/bee.go
@@ -16,22 +16,22 @@
|
||||
package cmd
|
||||
|
||||
import (
|
||||
"github.com/beego/bee/cmd/commands"
|
||||
_ "github.com/beego/bee/cmd/commands/api"
|
||||
_ "github.com/beego/bee/cmd/commands/bale"
|
||||
_ "github.com/beego/bee/cmd/commands/beefix"
|
||||
_ "github.com/beego/bee/cmd/commands/dlv"
|
||||
_ "github.com/beego/bee/cmd/commands/dockerize"
|
||||
_ "github.com/beego/bee/cmd/commands/generate"
|
||||
_ "github.com/beego/bee/cmd/commands/hprose"
|
||||
_ "github.com/beego/bee/cmd/commands/migrate"
|
||||
_ "github.com/beego/bee/cmd/commands/new"
|
||||
_ "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"
|
||||
"github.com/gadelkareem/bee/cmd/commands"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/api"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/bale"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/beefix"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/dlv"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/dockerize"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/generate"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/hprose"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/migrate"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/new"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/pack"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/rs"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/run"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/server"
|
||||
_ "github.com/gadelkareem/bee/cmd/commands/version"
|
||||
"github.com/gadelkareem/bee/utils"
|
||||
)
|
||||
|
||||
func IfGenerateDocs(name string, args []string) bool {
|
||||
|
Reference in New Issue
Block a user