1
0
mirror of https://github.com/beego/bee.git synced 2025-09-17 18:22:09 +00:00

fix warning

This commit is contained in:
qiantao
2020-06-03 12:10:13 +08:00
parent 1417bf040a
commit ba359957b9
3 changed files with 6 additions and 6 deletions

View File

@@ -78,8 +78,8 @@ func createhprose(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 api project support GOPATH")