hugo/tpl
Bjørn Erik Pedersen 5995eaaa08 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.
2016-02-07 11:45:45 +01:00
..
template.go Replace *bytes.Buffer with io.Writer in rendering 2016-01-05 23:32:03 +01:00
template_embedded.go Add autostart option to YouTube shortcode 2016-01-29 16:23:41 -05:00
template_funcs.go tpl: Unexport all template funcs 2016-02-07 11:45:45 +01:00
template_funcs_test.go tpl: Unexport all template funcs 2016-02-07 11:45:45 +01:00
template_resources.go Use filepath.Join in locale resource getting 2016-02-07 02:12:33 +01:00
template_resources_test.go Apply gofmt -s 2016-02-06 13:09:52 +01:00
template_test.go Add one more temporary template test for linux/arm 2016-01-13 14:26:25 +01:00