summaryrefslogtreecommitdiff
path: root/api
diff options
context:
space:
mode:
authorRob Pike <r@golang.org>2012-03-20 14:53:18 +1100
committerRob Pike <r@golang.org>2012-03-20 14:53:18 +1100
commita5e5e74a551714ce1795b1a106191787690f693b (patch)
tree3e2617a2fbfce4dea74f82cea0a3c79ae53c3f0d /api
parent94a18f23f098879ccf0a4839ca5cfff6d62dba0d (diff)
downloadgo-a5e5e74a551714ce1795b1a106191787690f693b.tar.gz
api: update go1.txt after adding functions to html/template
Fixes build, teaches lesson. R=golang-dev, r TBR=bradfitz CC=golang-dev http://codereview.appspot.com/5853051
Diffstat (limited to 'api')
-rw-r--r--api/go1.txt8
1 files changed, 8 insertions, 0 deletions
diff --git a/api/go1.txt b/api/go1.txt
index c0d231e0b..d6372314a 100644
--- a/api/go1.txt
+++ b/api/go1.txt
@@ -3348,10 +3348,17 @@ pkg html/template, const ErrPartialEscape ErrorCode
pkg html/template, const ErrRangeLoopReentry ErrorCode
pkg html/template, const ErrSlashAmbig ErrorCode
pkg html/template, const OK ErrorCode
+pkg html/template, func HTMLEscape(io.Writer, []byte)
+pkg html/template, func HTMLEscapeString(string) string
+pkg html/template, func HTMLEscaper(...interface{}) string
+pkg html/template, func JSEscape(io.Writer, []byte)
+pkg html/template, func JSEscapeString(string) string
+pkg html/template, func JSEscaper(...interface{}) string
pkg html/template, func Must(*Template, error) *Template
pkg html/template, func New(string) *Template
pkg html/template, func ParseFiles(...string) (*Template, error)
pkg html/template, func ParseGlob(string) (*Template, error)
+pkg html/template, func URLQueryEscaper(...interface{}) string
pkg html/template, method (*Error) Error() string
pkg html/template, method (*Template) AddParseTree(string, *parse.Tree) (*Template, error)
pkg html/template, method (*Template) Clone() (*Template, error)
@@ -3365,6 +3372,7 @@ pkg html/template, method (*Template) New(string) *Template
pkg html/template, method (*Template) Parse(string) (*Template, error)
pkg html/template, method (*Template) ParseFiles(...string) (*Template, error)
pkg html/template, method (*Template) ParseGlob(string) (*Template, error)
+pkg html/template, method (*Template) Templates() []*Template
pkg html/template, type CSS string
pkg html/template, type Error struct
pkg html/template, type Error struct, Description string