hugo/helpers
Anthony Fok 67df33f500 Correct initialisms as suggested by golint
First step to use initialisms that golint suggests,
for example:

    Line 116: func GetHtmlRenderer should be GetHTMLRenderer

as see on http://goreportcard.com/report/spf13/hugo

Thanks to @bep for the idea!

Note that command-line flags (cobra and pflag)
as well as struct fields like .BaseUrl and .Url
that are used in Go HTML templates need more work
to maintain backward-compatibility, and thus
are NOT yet dealt with in this commit.

First step in fixing #959.
2015-03-11 21:55:00 +01:00
..
content.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
content_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
general.go helpers: apply some Golint rules 2015-03-07 00:02:06 +01:00
general_test.go helpers: apply some Golint rules 2015-03-07 00:02:06 +01:00
path.go helpers: apply some Golint rules 2015-03-07 00:02:06 +01:00
path_test.go Fix errors reported by Go Vet 2015-03-06 15:25:19 +01:00
pygments.go Wrap comments helpers package to fit 80-column width 2014-12-26 08:07:03 -07:00
url.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
url_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00