mirror of
https://github.com/beego/bee.git
synced 2025-07-01 17:20:17 +00:00
bee genenrate
This commit is contained in:
@ -81,14 +81,14 @@ func GenerateCode(cmd *commands.Command, args []string) int {
|
||||
beeLogger.Log.Fatal("Command is missing")
|
||||
}
|
||||
|
||||
gps := utils.GetGOPATHs()
|
||||
if len(gps) == 0 {
|
||||
beeLogger.Log.Fatal("GOPATH environment variable is not set or empty")
|
||||
}
|
||||
|
||||
gopath := gps[0]
|
||||
|
||||
beeLogger.Log.Debugf("GOPATH: %s", utils.FILE(), utils.LINE(), gopath)
|
||||
//gps := utils.GetGOPATHs()
|
||||
//if len(gps) == 0 {
|
||||
// beeLogger.Log.Fatal("GOPATH environment variable is not set or empty")
|
||||
//}
|
||||
//
|
||||
//gopath := gps[0]
|
||||
//
|
||||
//beeLogger.Log.Debugf("GOPATH: %s", utils.FILE(), utils.LINE(), gopath)
|
||||
|
||||
gcmd := args[0]
|
||||
switch gcmd {
|
||||
|
Reference in New Issue
Block a user