From 6fbb984ebf4f0d6804f0f83e6edb12ef0bb9a570 Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 5 Apr 2017 09:05:40 -0400 Subject: Refactoring: rename pkg/base -> pkg/tool --- routers/admin/repos.go | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'routers/admin/repos.go') 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) { -- cgit v1.2.3