Commit c11740b6 authored by astaxie's avatar astaxie

make golint happy router.go

parent 21fffc44
This diff is collapsed.
......@@ -255,7 +255,7 @@ func Htmlunquote(src string) string {
//
// more detail http://beego.me/docs/mvc/controller/urlbuilding.md
func URLFor(endpoint string, values ...interface{}) string {
return BeeApp.Handlers.UrlFor(endpoint, values...)
return BeeApp.Handlers.URLFor(endpoint, values...)
}
// returns script tag with src string.
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment