Commit cbd83104 authored by eyalpost's avatar eyalpost

move under context

parent 9b794377
......@@ -28,7 +28,7 @@ import (
"strings"
"github.com/astaxie/beego/context"
"github.com/astaxie/beego/param"
"github.com/astaxie/beego/context/param"
"github.com/astaxie/beego/session"
)
......
......@@ -30,8 +30,8 @@ import (
"strings"
"unicode"
"github.com/astaxie/beego/context/param"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/param"
"github.com/astaxie/beego/utils"
)
......@@ -39,7 +39,7 @@ var globalRouterTemplate = `package routers
import (
"github.com/astaxie/beego"
"github.com/astaxie/beego/param"
"github.com/astaxie/beego/context/param"
)
func init() {
......
......@@ -27,9 +27,9 @@ import (
"time"
beecontext "github.com/astaxie/beego/context"
"github.com/astaxie/beego/context/param"
"github.com/astaxie/beego/context/response"
"github.com/astaxie/beego/logs"
"github.com/astaxie/beego/param"
"github.com/astaxie/beego/response"
"github.com/astaxie/beego/toolbox"
"github.com/astaxie/beego/utils"
)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment