func text/template.indirectInterface
12 uses
text/template (current package)
exec.go#L286: truth, ok := isTrue(indirectInterface(val))
exec.go#L947: func indirectInterface(v reflect.Value) reflect.Value {
funcs.go#L207: item = indirectInterface(item)
funcs.go#L212: index = indirectInterface(index)
funcs.go#L251: item = indirectInterface(item)
funcs.go#L313: fn = indirectInterface(fn)
funcs.go#L338: arg = indirectInterface(arg)
funcs.go#L375: t, _ := isTrue(indirectInterface(arg))
funcs.go#L456: arg1 = indirectInterface(arg1)
funcs.go#L467: arg = indirectInterface(arg)
funcs.go#L521: arg1 = indirectInterface(arg1)
funcs.go#L526: arg2 = indirectInterface(arg2)
![]() |
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. |