tpl: split template.go
authorbep <bjorn.erik.pedersen@gmail.com>
Sun, 5 Apr 2015 19:03:16 +0000 (21:03 +0200)
committerbep <bjorn.erik.pedersen@gmail.com>
Sun, 5 Apr 2015 19:03:12 +0000 (21:03 +0200)
commitbe2097e1ad789eca5d893805a059d94defbe5c48
tree7ba2b26bef40e7a7e8d852310f8e0d04742df389
parent42dcaabf4f81ccd8aa831049440bb0c5d85707d6
tpl: split template.go

The template funcs get their own file. This prevents having to scroll miles to get to the template infrastructure.
tpl/template.go
tpl/template_funcs.go [new file with mode: 0644]
tpl/template_funcs_test.go [new file with mode: 0644]
tpl/template_test.go