0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-09-24 20:04:23 -04:00

Change new martini impot path

This commit is contained in:
Unknown
2014-03-30 12:11:28 -04:00
parent 3698431fc1
commit d0e6a4c25a
22 changed files with 24 additions and 24 deletions

View File

@@ -11,7 +11,7 @@ import (
"runtime"
"time"
"github.com/codegangsta/martini"
"github.com/go-martini/martini"
)
var isWindows bool