var text/template.fmtStringerType

3 uses

	text/template (current package)
		exec.go#L666: 	fmtStringerType  = reflect.TypeOf((*fmt.Stringer)(nil)).Elem()
		exec.go#L981: 	if !v.Type().Implements(errorType) && !v.Type().Implements(fmtStringerType) {
		exec.go#L982: 		if v.CanAddr() && (reflect.PtrTo(v.Type()).Implements(errorType) || reflect.PtrTo(v.Type()).Implements(fmtStringerType)) {