From edaf14f2b6fd86f8dec99f67512a5c0095e391dc Mon Sep 17 00:00:00 2001 From: Unknwon Date: Wed, 5 Apr 2017 09:17:21 -0400 Subject: Refactoring: remove tool.TplName --- pkg/tool/base.go | 11 ----------- 1 file changed, 11 deletions(-) delete mode 100644 pkg/tool/base.go (limited to 'pkg/tool/base.go') diff --git a/pkg/tool/base.go b/pkg/tool/base.go deleted file mode 100644 index 6ad1a99b..00000000 --- a/pkg/tool/base.go +++ /dev/null @@ -1,11 +0,0 @@ -// Copyright 2014 The Gogs Authors. All rights reserved. -// Use of this source code is governed by a MIT-style -// license that can be found in the LICENSE file. - -package tool - -const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki" - -type ( - TplName string -) -- cgit v1.2.3