aboutsummaryrefslogtreecommitdiffstats
path: root/modules/base/base.go
diff options
context:
space:
mode:
Diffstat (limited to 'modules/base/base.go')
-rw-r--r--modules/base/base.go5
1 files changed, 0 insertions, 5 deletions
diff --git a/modules/base/base.go b/modules/base/base.go
index 47a4137c97..864ede055f 100644
--- a/modules/base/base.go
+++ b/modules/base/base.go
@@ -8,11 +8,6 @@ const DOC_URL = "https://github.com/gogits/go-gogs-client/wiki"
type (
TplName string
-
- ApiJsonErr struct {
- Message string `json:"message"`
- DocUrl string `json:"url"`
- }
)
var GoGetMetas = make(map[string]bool)