]> Cypherpunks repositories - gostls13.git/commit
text/template: support range-over-func
authorqiulaidongfeng <2645477756@qq.com>
Thu, 19 Sep 2024 13:45:13 +0000 (13:45 +0000)
committerGopher Robot <gobot@golang.org>
Mon, 23 Sep 2024 14:35:44 +0000 (14:35 +0000)
commitcfbd2e7b40fac7809a404c49c46106e259078a61
treea8d850b00b9e2b9c71df540f0f91cbff026864ce
parent0081f17f146140f5c02344bed16c530472fcdb0f
text/template: support range-over-func

For #66107

Change-Id: I2fcd04bebe80346dbd244ab7ea09cbe6010b9d8e
GitHub-Last-Rev: 5ebf615db5889a04738c555c651e07c1fd287748
GitHub-Pull-Request: golang/go#68329
Reviewed-on: https://go-review.googlesource.com/c/go/+/596956
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Carlos Amedee <carlos@golang.org>
Reviewed-by: Ian Lance Taylor <iant@google.com>
Auto-Submit: Ian Lance Taylor <iant@google.com>
doc/next/6-stdlib/99-minor/text/template/66107.md [new file with mode: 0644]
src/text/template/doc.go
src/text/template/exec.go
src/text/template/exec_test.go