website/internal/tmplfunc
Oleksandr Redko c9f9352637 cmd,internal: replace deprecated ioutil with io and os
Change-Id: I1d66a5c7b087d9329628efb6ce8849a004663b51
Reviewed-on: https://go-review.googlesource.com/c/website/+/592895
Reviewed-by: David Chase <drchase@google.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@golang.org>
LUCI-TryBot-Result: Go LUCI <golang-scoped@luci-project-accounts.iam.gserviceaccount.com>
Reviewed-by: Dmitri Shuralyov <dmitshur@google.com>
Auto-Submit: Dmitri Shuralyov <dmitshur@golang.org>
2024-06-21 19:00:48 +00:00
..
testdata internal/tmplfunc: mv go.dev/cmd/internal/tmplfunc up a few levels 2021-08-17 13:59:29 +00:00
README.md internal/tmplfunc: mv go.dev/cmd/internal/tmplfunc up a few levels 2021-08-17 13:59:29 +00:00
func.go internal/backport: delete 2022-12-12 20:37:14 +00:00
tmpl.go cmd,internal: replace deprecated ioutil with io and os 2024-06-21 19:00:48 +00:00
tmplfunc_test.go internal/backport: delete 2022-12-12 20:37:14 +00:00

README.md

Documentation

Package tmplfunc provides an extension of Go templates in which templates can be invoked as if they were functions.

See the package documentation for details.