func text/template.indirect

6 uses

	text/template (current package)
		exec.go#L339: 	val, _ := indirect(s.evalPipeline(dot, r.Pipe))
		exec.go#L594: 	receiver, isNil := indirect(receiver)
		exec.go#L934: func indirect(v reflect.Value) (rv reflect.Value, isNil bool) {
		exec.go#L975: 		v, _ = indirect(v) // fmt.Fprint handles nil.
		funcs.go#L214: 		if item, isNil = indirect(item); isNil {
		funcs.go#L297: 	item, isNil := indirect(item)