mirror of
https://github.com/astaxie/beego.git
synced 2025-09-17 16:42:09 +00:00
make golint happy router.go
This commit is contained in:
@@ -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.
|
||||
|
Reference in New Issue
Block a user