mirror of
https://github.com/beego/bee.git
synced 2025-09-17 18:22:09 +00:00
fix warning
This commit is contained in:
@@ -273,8 +273,8 @@ func CreateApp(cmd *commands.Command, args []string) int {
|
||||
} else {
|
||||
module = "false"
|
||||
}
|
||||
appPath := ``
|
||||
packPath := ``
|
||||
var appPath string
|
||||
var packPath string
|
||||
var err error
|
||||
if module != `true` {
|
||||
beeLogger.Log.Info("generate new project support GOPATH")
|
||||
|
Reference in New Issue
Block a user