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

bee new uses go mod by default

This commit is contained in:
yitea
2020-07-18 22:09:28 +08:00
parent 8ac965a433
commit f3240109bf
2 changed files with 16 additions and 11 deletions

View File

@ -26,7 +26,7 @@ var DefaultBeegoPro = &Container{
Dsn: "",
Driver: "mysql",
ProType: "default",
ApiPrefix: "/",
ApiPrefix: "/api",
EnableModule: nil,
Models: make(map[string]TextModel, 0),
GitRemotePath: "https://github.com/beego-dev/beego-pro.git",