type text/template.FuncMap

14 uses

	text/template (current package)
		funcs.go#L31: type FuncMap map[string]interface{}
		funcs.go#L37: func builtins() FuncMap {
		funcs.go#L38: 	return FuncMap{
		funcs.go#L78: func createValueFuncs(funcMap FuncMap) map[string]reflect.Value {
		funcs.go#L85: func addValueFuncs(out map[string]reflect.Value, in FuncMap) {
		funcs.go#L103: func addFuncs(out, in FuncMap) {
		template.go#L21: 	parseFuncs FuncMap
		template.go#L73: 		c.parseFuncs = make(FuncMap)
		template.go#L170: func (t *Template) Funcs(funcMap FuncMap) *Template {

	github.com/google/safehtml/template
		sanitizers.go#L93: var funcs = template.FuncMap{
		template.go#L392: 	t.text.Funcs(template.FuncMap(funcMap))

	golang.org/x/pkgsite/internal/godoc/codec
		generate.go#L81: 	funcs := template.FuncMap{

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