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/repo/branch.go | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'routers/repo/branch.go') diff --git a/routers/repo/branch.go b/routers/repo/branch.go index 786dc068..12b62507 100644 --- a/routers/repo/branch.go +++ b/routers/repo/branch.go @@ -12,13 +12,13 @@ import ( "github.com/gogits/git-module" "github.com/gogits/gogs/models" - "github.com/gogits/gogs/pkg/base" + "github.com/gogits/gogs/pkg/tool" "github.com/gogits/gogs/pkg/context" ) const ( - BRANCHES_OVERVIEW base.TplName = "repo/branches/overview" - BRANCHES_ALL base.TplName = "repo/branches/all" + BRANCHES_OVERVIEW tool.TplName = "repo/branches/overview" + BRANCHES_ALL tool.TplName = "repo/branches/all" ) type Branch struct { -- cgit v1.2.3