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)
 |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |