mirror of
https://github.com/beego/bee.git
synced 2025-06-13 06:40:39 +00:00
merge 2.0
This commit is contained in:
@ -162,7 +162,8 @@ func GetBeegoVersion() string {
|
||||
}
|
||||
|
||||
}
|
||||
return "Beego is not installed. Please do consider installing it first: https://github.com/astaxie/beego"
|
||||
return "Beego is not installed. Please do consider installing it first: https://github.com/astaxie/beego. " +
|
||||
"If you are using go mod, and you don't install the beego under $GOPATH/src/github.com/astaxie, just ignore this."
|
||||
}
|
||||
|
||||
func GetGoVersion() string {
|
||||
|
Reference in New Issue
Block a user