aboutsummaryrefslogtreecommitdiff
path: root/src/text/template/link_test.go
AgeCommit message (Expand)Author
2021-04-12text/template: replace os.MkdirTemp with T.TempDirManlio Perillo
2020-12-09all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTempRuss Cox
2020-05-21all: use a hermetic "go" tool in standard-library testsBryan C. Mills
2020-04-15text/template: avoid a global map to help the linker's deadcode eliminationBrad Fitzpatrick