go/src/html
Daniel Theophanes bedfa4e1c3 text/template/parse: undo breaking API changes
golang.org/cl/84480 altered the API for the parse package for
clarity and consistency. However, the changes also broke the
API for consumers of the package. This CL reverts the API
to the previous spelling, adding only a single new exported
symbol.

Fixes #25968

Change-Id: Ieb81054b61eeac7df3bc3864ef446df43c26b80f
Reviewed-on: https://go-review.googlesource.com/120355
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Rob Pike <r@golang.org>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
2018-06-22 08:05:11 +00:00
..
template text/template/parse: undo breaking API changes 2018-06-22 08:05:11 +00:00
entity.go go/printer, gofmt: tuned table alignment for better results 2018-04-04 13:39:34 -07:00
entity_test.go build: move package sources from src/pkg to src 2014-09-08 00:08:51 -04:00
escape.go html: fix typo in UnescapeString string docs 2016-04-10 18:50:25 +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