summaryrefslogtreecommitdiffstats
path: root/tpl/internal/go_templates/texttemplate/parse
AgeCommit message (Collapse)Author
2022-11-14tpl/internal: Sync go_templatesBjørn Erik Pedersen
Closes #10411
2022-03-16tpl: Pull in Go 1.18 patch that fixes the "no space in {{ continue }} and {{ ↵Bjørn Erik Pedersen
break }}" bug
2022-03-16tpl: Sync go_templates for Go 1.18Bjørn Erik Pedersen
Using Go tag go1.18 4aa1efed4853ea067d665a952eee77c52faac774 Updates #9677
2021-02-18tpl/internal: Synch Go templates fork with Go 1.16devBjørn Erik Pedersen
2020-12-03tpl/internal/go_templates: Revert formattingBjørn Erik Pedersen
Should make future fork synch easier.
2020-12-03all: Format code with gofumptBjørn Erik Pedersen
See https://github.com/mvdan/gofumpt
2020-05-23Fix Go template script escapingBjørn Erik Pedersen
Fixes #6695
2019-12-12Create lightweight forks of text/template and html/templateBjørn Erik Pedersen
This commit also removes support for Ace and Amber templates. Updates #6594