mirror of
https://github.com/miniflux/v2.git
synced 2025-09-15 18:57:04 +00:00
Make sure golint pass on the code base
This commit is contained in:
parent
8781648af9
commit
bb8e61c7c5
59 changed files with 322 additions and 171 deletions
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-25 10:47:30.370347794 -0800 PST m=+0.026475900
|
||||
// 2017-11-27 21:07:53.233262137 -0800 PST m=+0.027448365
|
||||
|
||||
package template
|
||||
|
||||
|
|
|
@ -49,7 +49,7 @@ func (e *Engine) parseAll() {
|
|||
return false
|
||||
},
|
||||
"route": func(name string, args ...interface{}) string {
|
||||
return route.GetRoute(e.router, name, args...)
|
||||
return route.Path(e.router, name, args...)
|
||||
},
|
||||
"noescape": func(str string) template.HTML {
|
||||
return template.HTML(str)
|
||||
|
|
|
@ -1,5 +1,5 @@
|
|||
// Code generated by go generate; DO NOT EDIT.
|
||||
// 2017-11-25 17:05:58.40092186 -0800 PST m=+0.019242510
|
||||
// 2017-11-27 21:07:53.218349526 -0800 PST m=+0.012535754
|
||||
|
||||
package template
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue