func text/template.printableValue

3 uses

	text/template (current package)
		exec.go#L961: 	iface, ok := printableValue(v)
		exec.go#L973: func printableValue(v reflect.Value) (interface{}, bool) {
		funcs.go#L758: 			a, ok := printableValue(reflect.ValueOf(arg))