]> Cypherpunks repositories - gostls13.git/commit
template/parse: rename Set to Parse
authorRob Pike <r@golang.org>
Fri, 18 Nov 2011 21:10:15 +0000 (13:10 -0800)
committerRob Pike <r@golang.org>
Fri, 18 Nov 2011 21:10:15 +0000 (13:10 -0800)
commit10e012c85fa95ec24d039dcfa710e8d3cd75839d
tree5491cb84e7c3aa4a3242827297bc94ca10c148df
parent5cad8611366d2a02aa7f02dd51024a1ad1ac7bc6
template/parse: rename Set to Parse
Preamble to the simplification of the template API.
Although the signature of Parse (nee Set) changes,
it's really an internal function, used only by
text/template.

R=golang-dev, rsc, gri, r
CC=golang-dev
https://golang.org/cl/5415052
src/pkg/text/template/parse/Makefile
src/pkg/text/template/parse/parse.go
src/pkg/text/template/parse/set.go [deleted file]
src/pkg/text/template/set.go