]> Cypherpunks repositories - gostls13.git/commit
text/template: say more often that templates are safe for parallel execution
authorRob Pike <r@golang.org>
Tue, 15 Apr 2014 15:48:40 +0000 (08:48 -0700)
committerRob Pike <r@golang.org>
Tue, 15 Apr 2014 15:48:40 +0000 (08:48 -0700)
commitaeb37527d3795b9677295bb21c0bbb3af18d6f31
tree651073268fc919a65aea74f6ea380601e3efd7af
parent55e0f36fb46cd3c5b54c4fb0d8444135c3dff0ac
text/template: say more often that templates are safe for parallel execution
It was said already but apparently not enough times.

Fixes #6985.

LGTM=crawshaw
R=golang-codereviews, crawshaw
CC=golang-codereviews
https://golang.org/cl/86300043
src/pkg/html/template/template.go
src/pkg/text/template/doc.go
src/pkg/text/template/exec.go