1
0
mirror of https://github.com/golang/go synced 2024-11-17 23:04:56 -07:00
go/src
Rob Pike 009517e0b7 html/template: add DefinedTemplates to html/template
It is not important to add, since it's only used for creating an error message,
but for consistency in the API between text/template and html/template
it should be provided here.

The implementation just calls the one in text/template.

Fixes #13349.

Change-Id: I0882849e06a58f1e38b00eb89d79ac39777309b2
Reviewed-on: https://go-review.googlesource.com/17172
Reviewed-by: Andrew Gerrand <adg@golang.org>
2015-11-23 22:11:16 +00:00
..
archive
bufio
builtin
bytes
cmd cmd/compile: simplify parsing of possibly absent type 2015-11-23 21:29:27 +00:00
compress
container
crypto crypto/tls: return a typed error on invalid record headers 2015-11-16 21:54:44 +00:00
database/sql
debug
encoding encoding/asn1: enforce use of short form lengths. 2015-11-18 00:53:49 +00:00
errors
expvar
flag
fmt fmt: check newline in the end of input 2015-11-23 21:11:37 +00:00
go cmd/link: add -libgcc option 2015-11-18 02:04:10 +00:00
hash hash/crc32: rename iEEETable to ieeeTable 2015-11-20 04:57:07 +00:00
html html/template: add DefinedTemplates to html/template 2015-11-23 22:11:16 +00:00
image
index/suffixarray
internal
io
log
math math/rand: add a comment for the i=0 iteration 2015-11-15 08:21:29 +00:00
mime
net net: move TestLookupPort into lookup_test.go 2015-11-21 02:59:54 +00:00
os os: use different test files on android 2015-11-20 16:37:21 +00:00
path path/filepath: in Rel use case-insensitive comparison on Windows 2015-11-17 23:48:47 +00:00
reflect reflect: mark mapassign as noescape 2015-11-19 21:35:58 +00:00
regexp
runtime runtime: clean up gcMarkDone 2015-11-23 20:59:35 +00:00
sort strings: fix period placement in Search doc comment 2015-11-18 02:58:10 +00:00
strconv
strings
sync
syscall runtime, syscall: use int $0x80 to invoke syscalls on android/386 2015-11-17 20:22:47 +00:00
testing
text
time time: _2006 is a literal _, followed by 2006 2015-11-18 00:06:39 +00:00
unicode unicode/utf8: table-based algorithm for decoding 2015-11-16 21:16:51 +00:00
unsafe
vendor/golang.org/x/net/http2/hpack
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash
buildall.bash
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash
make.bat
Make.dist
make.rc
nacltest.bash
race.bash
race.bat
run.bash
run.bat
run.rc