hugo/tpl
Bjørn Erik Pedersen 85c7578313 tpl: Fix broken benchmarks
But that did not explain issue #2935:

```
BenchmarkPartial-4                       200000          6452 ns/op        1040 B/op          30 allocs/op
BenchmarkPartialCached-4                 500000          4104 ns/op         544 B/op          14 allocs/op
BenchmarkPartialCachedVariants-4         500000          3398 ns/op         624 B/op          17 allocs/op
```
2017-01-14 12:39:52 +01:00
..
reflect_helpers.go Make where accept slice 2016-03-06 13:15:07 +01:00
template.go Show full template error 2017-01-11 09:56:03 +01:00
template_ast_transformers.go tpl: Fix params case issue with nested template funcs 2016-11-27 19:02:43 +01:00
template_ast_transformers_test.go all: Refactor to nonglobal template handling 2017-01-10 01:36:59 +01:00
template_embedded.go tpl: Use HTTPS in Google Analytics template 2016-12-31 12:43:33 +01:00
template_func_truncate.go tpl: Add truncate template function 2017-01-06 10:42:32 +01:00
template_func_truncate_test.go tpl: Add truncate template function 2017-01-06 10:42:32 +01:00
template_funcs.go all: Refactor to nonglobal template handling 2017-01-10 01:36:59 +01:00
template_funcs_test.go tpl: Fix broken benchmarks 2017-01-14 12:39:52 +01:00
template_i18n.go commands, hugolib, source, target, tpl: Get rid of some fmt statements 2016-11-22 23:43:55 +01:00
template_i18n_test.go tpl: Golint fixes 2016-11-05 17:28:14 +01:00
template_resources.go tpl: Simplify 2016-11-23 18:53:50 +01:00
template_resources_test.go tpl: Simplify 2016-11-23 18:53:50 +01:00
template_test.go all: Refactor to nonglobal template handling 2017-01-10 01:36:59 +01:00