]> Cypherpunks repositories - gostls13.git/commit
[release-branch.r60] exp/template: remove else and end nodes from public view.
authorAndrew Gerrand <adg@golang.org>
Thu, 8 Sep 2011 00:59:11 +0000 (10:59 +1000)
committerAndrew Gerrand <adg@golang.org>
Thu, 8 Sep 2011 00:59:11 +0000 (10:59 +1000)
commit1fc3d23ca063a16840ca9fb54d0519319290d18d
treea28e95e9ed941948bd0d83d8ee1e04f1b7eaedc6
parentb8f72d611053b2cf9539674edac1fb2dd7760797
[release-branch.r60] exp/template: remove else and end nodes from public view.

««« CL 4905052 / 508513bbf607
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
»»»

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