type text/template.FuncMap

12 uses

	text/template (current package)
		funcs.go#L34: type FuncMap map[string]any
		funcs.go#L40: func builtins() FuncMap {
		funcs.go#L41: 	return FuncMap{
		funcs.go#L81: func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {
		funcs.go#L88: func addValueFuncs(out map[string]reflect.Value, in FuncMap) {
		funcs.go#L106: func addFuncs(out, in FuncMap) {
		template.go#L22: 	parseFuncs FuncMap
		template.go#L74: 		c.parseFuncs = make(FuncMap)
		template.go#L177: func (t *Template) Funcs(funcMap FuncMap) *Template {

	gotest.tools/v3/assert/cmp
		result.go#L86: 	tmpl := template.New("failure").Funcs(template.FuncMap{

	html/template
		escape.go#L62: var funcMap = template.FuncMap{
		template.go#L346: 	t.text.Funcs(template.FuncMap(funcMap))