type text/template.FuncMap
11 uses
text/template (current package)
funcs.go#L33: type FuncMap map[string]any
funcs.go#L39: func builtins() FuncMap {
funcs.go#L40: return FuncMap{
funcs.go#L74: func addValueFuncs(out map[string]reflect.Value, in FuncMap) {
funcs.go#L92: func addFuncs(out, in FuncMap) {
template.go#L23: parseFuncs FuncMap
template.go#L75: c.parseFuncs = make(FuncMap)
template.go#L175: func (t *Template) Funcs(funcMap FuncMap) *Template {
html/template
escape.go#L65: var funcMap = template.FuncMap{
template.go#L331: type FuncMap = template.FuncMap
template.go#L339: t.text.Funcs(template.FuncMap(funcMap))
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)