go/src/html
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
..
template html/template: add DefinedTemplates to html/template 2015-11-23 22:11:16 +00:00
entity.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
entity_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
escape.go html: speed up UnescapeString 2015-08-22 12:45:38 +00:00
escape_test.go html: speed up UnescapeString 2015-08-22 12:45:38 +00:00
example_test.go html: add examples to the functions 2015-06-19 05:15:22 +00:00