hugo/source
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_directory_test.go Apply gofmt -s 2015-03-05 23:57:38 +01:00
file.go Correct initialisms as suggested by golint 2015-03-11 21:55:00 +01:00
filesystem.go source: apply some Golint rules 2015-03-07 12:58:39 +01:00
filesystem_test.go convert path 2 filepath 2014-11-13 22:37:14 -05:00
filesystem_unix_test.go Testcases for multilevel structure were wrong 2013-12-16 17:43:53 -05:00
filesystem_windows_test.go Fix various Windows-issues 2014-12-09 09:43:15 -05:00
inmemory.go Big refactor of how source files are used. Also added default destination extension option. 2014-10-16 20:20:09 -04:00