aboutsummaryrefslogtreecommitdiff
path: root/modules/middleware/logger.go
diff options
context:
space:
mode:
authorUnknown <joe2010xtmf@163.com>2014-03-30 12:11:28 -0400
committerUnknown <joe2010xtmf@163.com>2014-03-30 12:11:28 -0400
commitd0e6a4c25acc3414f6d0f93cc50e6dcb41111c19 (patch)
treec26f1b1e097e60bdd12da78cbfef8a3fd6d3b0cf /modules/middleware/logger.go
parent3698431fc11f740ecc043822fba8af895fc12423 (diff)
Change new martini impot path
Diffstat (limited to 'modules/middleware/logger.go')
-rw-r--r--modules/middleware/logger.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/modules/middleware/logger.go b/modules/middleware/logger.go
index dcf85246..fc8e1a81 100644
--- a/modules/middleware/logger.go
+++ b/modules/middleware/logger.go
@@ -11,7 +11,7 @@ import (
"runtime"
"time"
- "github.com/codegangsta/martini"
+ "github.com/go-martini/martini"
)
var isWindows bool