]> Cypherpunks repositories - gostls13.git/commit
text/template: add an unexported method to Node
authorRob Pike <r@golang.org>
Sat, 6 Oct 2012 20:15:11 +0000 (07:15 +1100)
committerRob Pike <r@golang.org>
Sat, 6 Oct 2012 20:15:11 +0000 (07:15 +1100)
commit421b75c0dbab3460dbfdb023d67ce0807c4d5327
tree6ea559c97ddf5d9743fb83a375dd15051cda0885
parentbbccfddb84473c10e95b1b80f8c6f68a8238a7d5
text/template: add an unexported method to Node
Protects the package a little against undesirable clients.

R=golang-dev, bradfitz, rsc
CC=golang-dev
https://golang.org/cl/6624054
src/pkg/text/template/parse/node.go