tpl: Unexport all template funcs
authorBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sat, 6 Feb 2016 14:53:39 +0000 (15:53 +0100)
committerBjørn Erik Pedersen <bjorn.erik.pedersen@gmail.com>
Sun, 7 Feb 2016 10:45:45 +0000 (11:45 +0100)
commit5995eaaa08a233ca763ebe6fe81d606dc9239dc2
tree5d705ff2a3edc4514fe003f5c63acbb9f7944b3c
parentd1d7702c067dfc18699ab3176970b7aa1c953efe
tpl: Unexport all template funcs

There is no good reason to export all the template funcs:

* They're not used outside the templates.
* If usable in other packages, they should be moved (to helpers?)
* They create too broad an interface;
  users of the tpl package don't see the forest for all the trees.
tpl/template_funcs.go
tpl/template_funcs_test.go