tpl: Add humanize func and cleanup lint
authorCameron Moore <moorereason@gmail.com>
Fri, 5 Feb 2016 06:05:04 +0000 (00:05 -0600)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 6 Feb 2016 14:31:25 +0000 (15:31 +0100)
commit45df4596bb065c944c1c16d3c5be8042f64ebba2
tree5e75c8b2f079264424dc690bd5c832b587b16fd7
parente95f3af933ea58df0389facca9bfde1119ef2bf4
tpl: Add humanize func and cleanup lint

Add humanize (inflect.Humanize) to the template funcMap.  Documentation and
tests are included.

Various code cleanups of the template funcs:

- Break pluralize and singularize out into stand-alone funcs.
- Sort the list of funcMap entries.
- Add some minimal godoc comments to all public funcs.
- Fix some issues found by golint and grind.
docs/content/templates/functions.md
tpl/template_funcs.go
tpl/template_funcs_test.go