]> Cypherpunks repositories - gostls13.git/commit
html/template: make FuncMap a type alias of text/template.FuncMap
authorEmmanuel T Odeke <emmanuel@orijtech.com>
Sat, 5 Mar 2022 11:48:27 +0000 (14:48 +0300)
committerEmmanuel Odeke <emmanuel@orijtech.com>
Thu, 31 Mar 2022 00:54:34 +0000 (00:54 +0000)
commit81f1cc52abb0b004d8cd1b130ea293026419acac
tree617daa1a8b662add90094f894ce79f600ca25c56
parent0a6ddcc4f03b5a89bf2eadee1fe284faf0e20be2
html/template: make FuncMap a type alias of text/template.FuncMap

In preparation to make html/template and text/template use a
single generics package, this change make FuncMap a type alias
of text/template.FuncMap.

Fixes #46121

Change-Id: I5e94cc8fdf4fe029ff223992b5cdfe79f9c098ab
Reviewed-on: https://go-review.googlesource.com/c/go/+/389156
Trust: Emmanuel Odeke <emmanuel@orijtech.com>
Run-TryBot: Emmanuel Odeke <emmanuel@orijtech.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
api/except.txt
api/next/46121.txt [new file with mode: 0644]
src/html/template/template.go