1
0
mirror of https://github.com/beego/bee.git synced 2025-07-10 06:20: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

@ -47,7 +47,7 @@ import (
"{{.Appname}}/models"
"github.com/hprose/hprose-golang/rpc"
beego "github.com/astaxie/beego/server/web"
beego "github.com/beego/beego/server/web"
)
func logInvokeHandler(
@ -90,8 +90,8 @@ import (
"{{.Appname}}/models"
"github.com/hprose/hprose-golang/rpc"
beego "github.com/astaxie/beego/server/web"
"github.com/astaxie/beego/client/orm"
beego "github.com/beego/beego/server/web"
"github.com/beego/beego/client/orm"
{{.DriverPkg}}
)
@ -419,7 +419,7 @@ import (
"reflect"
"strings"
{{timePkg}}
"github.com/astaxie/beego/client/orm"
"github.com/beego/beego/client/orm"
)
{{modelStruct}}