1
0
mirror of https://github.com/beego/bee.git synced 2025-06-13 06:40:39 +00:00

Using beego/beego

This commit is contained in:
Ming Deng
2020-12-14 00:44:48 +08:00
parent bc846b254e
commit 9d68c302bd
21 changed files with 43 additions and 540 deletions

View File

@ -161,7 +161,7 @@ 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/beego/beego. " +
"If you are using go mod, and you don't install the beego under $GOPATH/src/github.com/astaxie, just ignore this."
}