commit | 49be7f7d0d5c8be7db5a038ff10cece702796fa7 | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Tue Mar 20 14:38:07 2012 +1100 |
committer | Rob Pike <r@golang.org> | Tue Mar 20 14:38:07 2012 +1100 |
tree | cd06a4572fc1df06f4fc1304e1f2b84ca264637e | |
parent | abdb4dbe2c9c3315f23f68b784fd995e3c5705f7 [diff] |
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