diff options
author | Unknwon <u@gogs.io> | 2017-04-05 09:05:40 -0400 |
---|---|---|
committer | Unknwon <u@gogs.io> | 2017-04-05 09:05:40 -0400 |
commit | 6fbb984ebf4f0d6804f0f83e6edb12ef0bb9a570 (patch) | |
tree | 81f08210cb3553370795ec11c731d37bb3590122 /pkg/tool/base.go | |
parent | ba151eda0a8b6eec2cb45f01fcbc8aef7ad5a06f (diff) |
Refactoring: rename pkg/base -> pkg/tool
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 +) |