go/src/html/template
Cuong Manh Le 283d8a3d53 all: use reflect.{Pointer,PointerTo}
Updates #47651
Updates #48665

Change-Id: I69a87b45a5cad7a07fbd855040cd9935cf874554
Reviewed-on: https://go-review.googlesource.com/c/go/+/358454
Trust: Cuong Manh Le <cuong.manhle.vn@gmail.com>
Run-TryBot: Cuong Manh Le <cuong.manhle.vn@gmail.com>
TryBot-Result: Go Bot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
2021-10-26 14:24:17 +00:00
..
testdata html/template, text/template: add ParseFS 2020-10-20 18:41:14 +00:00
attr.go all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
attr_string.go
clone_test.go all: update references to symbols moved from io/ioutil to io 2020-10-20 18:41:18 +00:00
content.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
content_test.go html/template: add tests from text/template 2020-07-14 16:54:25 +00:00
context.go html/template, text/template: implement break and continue for range loops 2021-09-23 02:52:10 +00:00
css.go
css_test.go
delim_string.go
doc.go
element_string.go
error.go
escape.go html/template, text/template: implement break and continue for range loops 2021-09-23 02:52:10 +00:00
escape_test.go html/template, text/template: implement break and continue for range loops 2021-09-23 02:52:10 +00:00
example_test.go
examplefiles_test.go all: update to use os.ReadFile, os.WriteFile, os.CreateTemp, os.MkdirTemp 2020-12-09 19:12:23 +00:00
exec_test.go html/template, text/template: implement break and continue for range loops 2021-09-23 02:52:10 +00:00
html.go all: avoid awkward wording from CL 236857 2020-06-08 21:36:04 +00:00
html_test.go
js.go all: use reflect.{Pointer,PointerTo} 2021-10-26 14:24:17 +00:00
js_test.go
jsctx_string.go
multi_test.go html/template, text/template: add ParseFS 2020-10-20 18:41:14 +00:00
state_string.go
template.go html/template: revert "avoid race when escaping updates template" 2021-01-25 20:41:05 +00:00
template_test.go text/template: add CommentNode to template parse tree 2020-08-28 21:45:12 +00:00
transition.go
transition_test.go
url.go all: use bytes.Cut, strings.Cut 2021-10-06 15:53:04 +00:00
url_test.go
urlpart_string.go