index
:
go
bench-before
fix-runtime-test-GOMAXPROCS
json-isValidNumber
json-isValidNumber-before
main
makepkg
ms-fix-multipart-readform
Fork of Go programming language with my patches.
Go Authors
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
text
/
template
/
multi_test.go
Age
Commit message (
Expand
)
Author
2025-05-12
text/template: clone options when cloning templates
Sean Liao
2022-09-08
text/template: use strings.Builder
cuiweixie
2021-09-20
text/template: initialize template before locking it
Ian Lance Taylor
2020-10-20
html/template, text/template: add ParseFS
Russ Cox
2020-07-14
html/template: add tests from text/template
Russ Cox
2020-04-15
text/template: avoid a global map to help the linker's deadcode elimination
Brad Fitzpatrick
2017-09-13
text/template: check ignored error in a test
Daniel Martí
2017-04-04
text/template: fix handling of empty blocks
Rob Pike
2016-08-16
text/template: fix Parse when called twice with empty text
Jess Frazelle
2016-02-24
all: fix typos and spelling
Martin Möhrmann
2015-10-08
text/template: fix formatting calls in tests
Alexander Morozov
2015-09-28
text/template, html/template: add block keyword and permit template redefinition
Andrew Gerrand
2015-06-03
text/template: refactor code to accomodate bi-state requirement for templates
Aamir Khan
2015-06-01
text/template: template must be initialized at the time of creation
Aamir Khan
2014-09-08
build: move package sources from src/pkg to src
Russ Cox