go/src/text/template
Jes Cok e4aec1fa8a text/template: use "IsValid" instead of "!= zero" to compare zero Value
See CL 308769

Change-Id: I0caa0a84215b3d4b8b3dc6f041b6cd9cbe2c0908
GitHub-Last-Rev: e3aa5bde23
GitHub-Pull-Request: golang/go#61657
Reviewed-on: https://go-review.googlesource.com/c/go/+/514195
Run-TryBot: Ian Lance Taylor <iant@golang.org>
Auto-Submit: Ian Lance Taylor <iant@google.com>
Reviewed-by: David Chase <drchase@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Rob Pike <r@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Run-TryBot: Ian Lance Taylor <iant@google.com>
2023-08-03 15:59:13 +00:00
..
parse all: fix function names in comments 2022-11-04 22:36:12 +00:00
testdata
doc.go all: add a few links in package godocs 2023-03-25 10:16:23 +00:00
example_test.go
examplefiles_test.go
examplefunc_test.go
exec.go text/template, html/template: use reflect.TypeFor for known types 2023-08-01 14:30:25 +00:00
exec_test.go text/template, html/template: use reflect.TypeFor for known types 2023-08-01 14:30:25 +00:00
funcs.go text/template: use "IsValid" instead of "!= zero" to compare zero Value 2023-08-03 15:59:13 +00:00
helper.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
link_test.go
multi_test.go text/template: use strings.Builder 2022-09-08 10:48:29 +00:00
option.go all: gofmt main repo 2022-04-11 16:34:30 +00:00
template.go