aboutsummaryrefslogtreecommitdiff
path: root/routers/admin/repos.go
diff options
context:
space:
mode:
authorUnknwon <u@gogs.io>2017-04-05 09:05:40 -0400
committerUnknwon <u@gogs.io>2017-04-05 09:05:40 -0400
commit6fbb984ebf4f0d6804f0f83e6edb12ef0bb9a570 (patch)
tree81f08210cb3553370795ec11c731d37bb3590122 /routers/admin/repos.go
parentba151eda0a8b6eec2cb45f01fcbc8aef7ad5a06f (diff)
Refactoring: rename pkg/base -> pkg/tool
Diffstat (limited to 'routers/admin/repos.go')
-rw-r--r--routers/admin/repos.go4
1 files changed, 2 insertions, 2 deletions
diff --git a/routers/admin/repos.go b/routers/admin/repos.go
index 0eefbade..7b4a9c6f 100644
--- a/routers/admin/repos.go
+++ b/routers/admin/repos.go
@@ -9,13 +9,13 @@ import (
log "gopkg.in/clog.v1"
"github.com/gogits/gogs/models"
- "github.com/gogits/gogs/pkg/base"
+ "github.com/gogits/gogs/pkg/tool"
"github.com/gogits/gogs/pkg/context"
"github.com/gogits/gogs/pkg/setting"
)
const (
- REPOS base.TplName = "admin/repo/list"
+ REPOS tool.TplName = "admin/repo/list"
)
func Repos(ctx *context.Context) {