hugo/target
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
..
alias_test.go Fix various Windows-issues 2014-12-09 09:43:15 -05:00
file.go converted path 2 filepath 2014-11-13 22:36:28 -05:00
htmlredirect.go converted path 2 filepath 2014-11-13 22:36:28 -05:00
memory.go Code cleanup 2013-10-08 18:40:41 +02:00
page.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
page_test.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00