]> Cypherpunks repositories - gostls13.git/commit
exp/template: remove else and end nodes from public view.
authorRob Pike <r@golang.org>
Thu, 18 Aug 2011 06:07:28 +0000 (16:07 +1000)
committerRob Pike <r@golang.org>
Thu, 18 Aug 2011 06:07:28 +0000 (16:07 +1000)
commit4cf630da0feea55844ac26356bcefbd95ceb665b
tree7ed529ed9f4e4294be2bc985f002170c48a5448e
parenta576535e5e257ee3156b6b69866f91b280c63e94
exp/template: remove else and end nodes from public view.
They are used internally and do not appear in the final parse tree.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4905052
src/pkg/template/parse/node.go
src/pkg/template/parse/parse.go
src/pkg/template/parse/set.go