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
template.go Show full template error 2017-01-11 09:56:03 +01:00
template_ast_transformers.go
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
template_i18n_test.go
template_resources.go
template_resources_test.go
template_test.go all: Refactor to nonglobal template handling 2017-01-10 01:36:59 +01:00