1
0
mirror of https://github.com/beego/bee.git synced 2025-06-26 14:00:19 +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

@ -1023,7 +1023,7 @@ import (
"reflect"
"strings"
{{timePkg}}
"github.com/astaxie/beego/client/orm"
"github.com/beego/beego/client/orm"
)
{{modelStruct}}
@ -1172,7 +1172,7 @@ import (
"strconv"
"strings"
beego "github.com/astaxie/beego/server/web"
beego "github.com/beego/beego/server/web"
)
// {{ctrlName}}Controller operations for {{ctrlName}}
@ -1347,7 +1347,7 @@ package routers
import (
"{{pkgPath}}/controllers"
beego "github.com/astaxie/beego/server/web"
beego "github.com/beego/beego/server/web"
)
func init() {