aboutsummaryrefslogtreecommitdiff
path: root/modules/base
diff options
context:
space:
mode:
authorUnknwon <joe2010xtmf@163.com>2014-07-26 02:28:04 -0400
committerUnknwon <joe2010xtmf@163.com>2014-07-26 02:28:04 -0400
commit5c4bc3c848fb4bd46ad5ceeacd82cdfa8f2b5635 (patch)
tree213666141efaf773c4411d41482387f1250068f8 /modules/base
parent3f38ff6c09f0497980ad13fda9803907cee6d612 (diff)
Huge updates!!!!! Be careful to merge!!!!
Diffstat (limited to 'modules/base')
-rw-r--r--modules/base/template.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/modules/base/template.go b/modules/base/template.go
index 7589fdaa..b9968bae 100644
--- a/modules/base/template.go
+++ b/modules/base/template.go
@@ -106,7 +106,6 @@ var TemplateFuncs template.FuncMap = map[string]interface{}{
"CreateCaptcha": func() string { return "" },
}
-// TODO: Legacy
type Actioner interface {
GetOpType() int
GetActUserName() string