commit | 07ee3cc741604136254499ccaf1e6c9d1bd868ff | [log] [tgz] |
---|---|---|
author | Rob Pike <r@golang.org> | Wed Nov 30 17:42:18 2011 -0500 |
committer | Russ Cox <rsc@golang.org> | Wed Nov 30 17:42:18 2011 -0500 |
tree | dfa670cbb8f241517ee94152cf603cbcbccbcb45 | |
parent | 0e62c75b9d6e96a24c5a0a933c6a634a4595d62a [diff] |
html/template: update to new template API Not quite done yet but enough is here to review. Embedding is eliminated so clients can't accidentally reach methods of text/template.Template that would break the invariants. TODO later: Add and Clone are unimplemented. TODO later: address issue 2349 R=golang-dev, r, rsc CC=golang-dev https://golang.org/cl/5434077