index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
routers
/
dev
/
template.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
author
Unknown <joe2010xtmf@163.com>
2014-03-30 12:11:28 -0400
committer
Unknown <joe2010xtmf@163.com>
2014-03-30 12:11:28 -0400
commit
d0e6a4c25acc3414f6d0f93cc50e6dcb41111c19
(
patch
)
tree
c26f1b1e097e60bdd12da78cbfef8a3fd6d3b0cf
/
routers/dev/template.go
parent
3698431fc11f740ecc043822fba8af895fc12423
(
diff
)
Change new martini impot path
Diffstat
(limited to 'routers/dev/template.go')
-rw-r--r--
routers/dev/template.go
2
1 files changed, 1 insertions, 1 deletions
diff --git a/routers/dev/template.go b/routers/dev/template.go
index d2f77ac4..63d5d9a5 100644
--- a/
routers/dev/template.go
+++ b/
routers/dev/template.go
@@ -5,7 +5,7 @@
package dev
import (
- "github.com/codegangsta/martini"
+ "github.com/go-martini/martini"
"github.com/gogits/gogs/models"
"github.com/gogits/gogs/modules/base"