]> Cypherpunks repositories - gostls13.git/commit
exp/template: remove reflect from the API
authorRob Pike <r@golang.org>
Tue, 9 Aug 2011 06:49:36 +0000 (16:49 +1000)
committerRob Pike <r@golang.org>
Tue, 9 Aug 2011 06:49:36 +0000 (16:49 +1000)
commit7506ee75847f94a536d3defa854efe4b361379d7
tree9b28f631c6a889448f66c71ef2b8d98619a3dce1
parentc66917d2b6578b1ceedf6629d43096ebaf71d75a
exp/template: remove reflect from the API
It means keeping two sets of maps, but things look cleaner from
the outside.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/4839056
src/pkg/exp/template/funcs.go
src/pkg/exp/template/parse.go
src/pkg/exp/template/parse/parse.go
src/pkg/exp/template/parse/parse_test.go
src/pkg/exp/template/parse/set.go
src/pkg/exp/template/set.go