]> Cypherpunks repositories - gostls13.git/commit
template: give "unexported" error when accessing an unexported field.
authorRob Pike <r@golang.org>
Wed, 12 Jan 2011 08:25:17 +0000 (00:25 -0800)
committerRob Pike <r@golang.org>
Wed, 12 Jan 2011 08:25:17 +0000 (00:25 -0800)
commit29cbad6c72a734bda3fe117da7bfe7344f3de26d
tree65b84db1cfdc30e1138d8b207f56a3e37465c684
parente3c9565b438cb2eb4be6c2bd57696e378f754e46
template: give "unexported" error when accessing an unexported field.

R=adg, rsc
CC=golang-dev
https://golang.org/cl/3903043
src/pkg/template/template.go
src/pkg/template/template_test.go