Correct initialisms as suggested by golint
authorAnthony Fok <foka@debian.org>
Wed, 11 Mar 2015 17:34:57 +0000 (11:34 -0600)
committerbep <bjorn.erik.pedersen@gmail.com>
Wed, 11 Mar 2015 20:55:00 +0000 (21:55 +0100)
commit67df33f50069445d53d373790e8c636e47013a72
treec4e9d646f32aa2a7a40e6c5597b904647bc85e3f
parent00f07c5374d859057c6e7c4731000b5978364819
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.
33 files changed:
commands/hugo.go
commands/server.go
commands/server_test.go
helpers/content.go
helpers/content_test.go
helpers/url.go
helpers/url_test.go
hugolib/menu_test.go
hugolib/node.go
hugolib/page.go
hugolib/page_permalink_test.go
hugolib/pagesPrevNext.go
hugolib/pagination.go
hugolib/pagination_test.go
hugolib/path_separators_windows_test.go
hugolib/permalinks.go
hugolib/shortcode.go
hugolib/site.go
hugolib/site_show_plan_test.go
hugolib/site_test.go
hugolib/taxonomy.go
parser/frontmatter.go
source/file.go
target/page.go
target/page_test.go
tpl/template.go
tpl/template_embedded.go
tpl/template_resources.go
tpl/template_resources_test.go
tpl/template_test.go
transform/absurl.go
transform/absurlreplacer.go
transform/chain_test.go