]> Cypherpunks repositories - gostls13.git/commit
html/template: add Templates and *Escape functions
authorRob Pike <r@golang.org>
Tue, 20 Mar 2012 03:38:07 +0000 (14:38 +1100)
committerRob Pike <r@golang.org>
Tue, 20 Mar 2012 03:38:07 +0000 (14:38 +1100)
commit49be7f7d0d5c8be7db5a038ff10cece702796fa7
treecd06a4572fc1df06f4fc1304e1f2b84ca264637e
parentabdb4dbe2c9c3315f23f68b784fd995e3c5705f7
html/template: add Templates and *Escape functions
to bring it in line with text/template's interface.
Fixes #3296.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5843066
src/pkg/html/template/clone_test.go
src/pkg/html/template/escape.go
src/pkg/html/template/template.go