]> Cypherpunks repositories - gostls13.git/commit
template/parse: add a Walk method to Tree.
authorRob Pike <r@golang.org>
Fri, 19 Aug 2011 04:19:56 +0000 (14:19 +1000)
committerRob Pike <r@golang.org>
Fri, 19 Aug 2011 04:19:56 +0000 (14:19 +1000)
commit82189f654df7f3032f27a764ec8ce662f68764c1
treef39a9ed4d8137512c7b276fdca0df29a7ab07bc5
parentfd80efee103b96ac9d5b70f3a1be363fa2234666
template/parse: add a Walk method to Tree.

R=golang-dev, dsymonds, r
CC=golang-dev, mikesamuel
https://golang.org/cl/4918041
src/pkg/template/parse/Makefile
src/pkg/template/parse/parse_test.go
src/pkg/template/parse/walk.go [new file with mode: 0644]