Skip to content

Commit e7166bc

Browse files
committed
Update tango implementation
Tango Mode was removed
1 parent f92d681 commit e7166bc

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

routers.go

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -45,8 +45,8 @@ import (
4545
"github.com/robfig/pathtree"
4646
"github.com/typepress/rivet"
4747
"github.com/ursiform/bear"
48-
goji "github.com/zenazn/goji/web"
4948
"github.com/vanng822/r2router"
49+
goji "github.com/zenazn/goji/web"
5050
)
5151

5252
type route struct {
@@ -950,7 +950,6 @@ func tangoHandlerWrite(ctx *tango.Context) {
950950
}
951951

952952
func initTango() {
953-
tango.Env = tango.Prod
954953
llog.SetOutput(new(mockResponseWriter))
955954
llog.SetOutputLevel(llog.Lnone)
956955
}

0 commit comments

Comments
 (0)