index
:
gogs.git
Gogs is a painless self-hosted Git service
log msg
author
committer
range
buildscript
main
mygogs
about
summary
refs
log
tree
commit
diff
path:
root
/
modules
/
base
/
base.go
diff options
context:
1
2
3
4
5
6
7
8
9
10
15
20
25
30
35
40
space:
include
ignore
mode:
unified
ssdiff
stat only
Diffstat
(limited to 'modules/base/base.go')
-rw-r--r--
modules/base/base.go
4
1 files changed, 1 insertions, 3 deletions
diff --git a/modules/base/base.go b/modules/base/base.go
index 570600c3..cb514782 100644
--- a/
modules/base/base.go
+++ b/
modules/base/base.go
@@ -5,9 +5,7 @@
package base
type (
- // Type TmplData represents data in the templates.
- TmplData map[string]interface{}
- TplName string
+ TplName string
ApiJsonErr struct {
Message string `json:"message"`