aboutsummaryrefslogtreecommitdiff
path: root/pkg/tool/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'pkg/tool/base.go')
-rw-r--r--pkg/tool/base.go11
1 files changed, 0 insertions, 11 deletions
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
-)