File tree Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Expand file tree Collapse file tree 1 file changed +1
-4
lines changed Original file line number Diff line number Diff line change @@ -24,7 +24,6 @@ import (
24
24
"github.com/bmizerany/pat"
25
25
// "github.com/daryl/zeus"
26
26
"github.com/dimfeld/httptreemux"
27
- "github.com/emicklei/go-restful"
28
27
"github.com/gin-gonic/gin"
29
28
"github.com/go-martini/martini"
30
29
"github.com/go-zoo/bone"
@@ -39,11 +38,9 @@ import (
39
38
possumrouter "github.com/mikespook/possum/router"
40
39
possumview "github.com/mikespook/possum/view"
41
40
"github.com/naoina/denco"
42
- "github.com/naoina/kocha-urlrouter"
43
41
_ "github.com/naoina/kocha-urlrouter/doublearray"
44
42
"github.com/pilu/traffic"
45
43
"github.com/plimble/ace"
46
- "github.com/rcrowley/go-tigertonic"
47
44
"github.com/revel/revel"
48
45
"github.com/robfig/pathtree"
49
46
"github.com/typepress/rivet"
@@ -185,7 +182,7 @@ func beegoHandlerTest(ctx *context.Context) {
185
182
}
186
183
187
184
func initBeego () {
188
- beego .RunMode = "prod"
185
+ beego .BConfig . RunMode = beego . PROD
189
186
beego .BeeLogger .Close ()
190
187
}
191
188
You can’t perform that action at this time.
0 commit comments