diff options
Diffstat (limited to 'pkg/tool/base.go')
-rw-r--r-- | pkg/tool/base.go | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/pkg/tool/base.go b/pkg/tool/base.go new file mode 100644 index 00000000..6ad1a99b --- /dev/null +++ b/pkg/tool/base.go @@ -0,0 +1,11 @@ +// 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 +) |