]> Cypherpunks repositories - gostls13.git/commit
text/template/parse: deep Copy method for nodes
authorRob Pike <r@golang.org>
Sat, 11 Feb 2012 03:21:16 +0000 (14:21 +1100)
committerRob Pike <r@golang.org>
Sat, 11 Feb 2012 03:21:16 +0000 (14:21 +1100)
commitb027a0f11857636314e3e149fc785feb79420e9e
tree974a440b1551113d01821c41d43b3910d59fd0d8
parentca5da31f83517780893423e46665d48149e545ee
text/template/parse: deep Copy method for nodes
This will help html/template copy templates.

R=golang-dev, gri, nigeltao, r
CC=golang-dev
https://golang.org/cl/5653062
src/pkg/text/template/parse/node.go
src/pkg/text/template/parse/parse_test.go