mirror of
https://github.com/astaxie/beego.git
synced 2025-07-04 03:30:19 +00:00
make golint happy with controller.go
This commit is contained in:
@ -65,7 +65,7 @@ func init() {
|
||||
beegoTplFuncMap["lt"] = lt // <
|
||||
beegoTplFuncMap["ne"] = ne // !=
|
||||
|
||||
beegoTplFuncMap["urlfor"] = UrlFor // !=
|
||||
beegoTplFuncMap["urlfor"] = URLFor // !=
|
||||
}
|
||||
|
||||
// AddFuncMap let user to register a func in the template.
|
||||
|
Reference in New Issue
Block a user