mirror of
https://github.com/beego/bee.git
synced 2025-06-26 14:00:19 +00:00
using beego to rerwite all commands
This commit is contained in:
@ -1023,7 +1023,7 @@ import (
|
||||
"reflect"
|
||||
"strings"
|
||||
{{timePkg}}
|
||||
"github.com/astaxie/beego/orm"
|
||||
"github.com/astaxie/beego/client/orm"
|
||||
)
|
||||
|
||||
{{modelStruct}}
|
||||
@ -1172,7 +1172,7 @@ import (
|
||||
"strconv"
|
||||
"strings"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
beego "github.com/astaxie/beego/server/web"
|
||||
)
|
||||
|
||||
// {{ctrlName}}Controller operations for {{ctrlName}}
|
||||
@ -1347,7 +1347,7 @@ package routers
|
||||
import (
|
||||
"{{pkgPath}}/controllers"
|
||||
|
||||
"github.com/astaxie/beego"
|
||||
beego "github.com/astaxie/beego/server/web"
|
||||
)
|
||||
|
||||
func init() {
|
||||
|
Reference in New Issue
Block a user