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

@ -366,8 +366,8 @@ const (
import(
"os"
"github.com/astaxie/beego/client/orm"
"github.com/astaxie/beego/client/orm/migration"
"github.com/beego/beego/client/orm"
"github.com/beego/beego/client/orm/migration"
_ "{{DriverRepo}}"
)