type html/template.FuncMap
4 uses
html/template (current package)
template.go#L338: type FuncMap map[string]any
template.go#L345: func (t *Template) Funcs(funcMap FuncMap) *Template {
golang.org/x/net/trace
events.go#L424: eventsTmplCache = template.Must(template.New("events").Funcs(template.FuncMap{
trace.go#L961: pageTmplCache = template.Must(template.New("Page").Funcs(template.FuncMap{
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)