hugo/tpl/internal/go_templates/texttemplate
Bjørn Erik Pedersen 1cf235412f
tpl: Put Go's internal template funcs in Hugo's map
```
name                            old time/op    new time/op    delta
SiteNew/Many_HTML_templates-16    43.4ms ± 0%    42.7ms ± 0%  -1.71%  (p=0.016 n=4+5)

name                            old alloc/op   new alloc/op   delta
SiteNew/Many_HTML_templates-16    17.5MB ± 0%    17.5MB ± 0%    ~     (p=0.690 n=5+5)

name                            old allocs/op  new allocs/op  delta
SiteNew/Many_HTML_templates-16      247k ± 0%      247k ± 0%    ~     (p=0.310 n=5+5)
```

Fixes #6717
2020-01-07 13:18:19 +01:00
..
parse Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
testdata Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
doc.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
example_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
examplefiles_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
examplefunc_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
exec.go tpl: Get rid of the custom template truth logic 2019-12-18 20:05:22 +01:00
exec_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
funcs.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
helper.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
hugo_template.go tpl: Put Go's internal template funcs in Hugo's map 2020-01-07 13:18:19 +01:00
hugo_template_test.go Add render template hooks for links and images 2019-12-18 11:44:40 +01:00
multi_test.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
option.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00
template.go Create lightweight forks of text/template and html/template 2019-12-12 09:59:34 +01:00