1
0
mirror of https://github.com/astaxie/beego.git synced 2025-07-07 02:00:20 +00:00

make golint happy router.go

This commit is contained in:
astaxie
2015-09-08 22:01:13 +08:00
parent 21fffc446b
commit c11740b647
2 changed files with 69 additions and 70 deletions

View File

@ -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.