text/template.state.evalField (method)
3 uses
text/template (current package)
exec.go#L567: receiver = s.evalField(dot, ident[i], node, nil, missingVal, receiver)
exec.go#L570: return s.evalField(dot, ident[n-1], node, args, final, receiver)
exec.go#L586: func (s *state) evalField(dot reflect.Value, fieldName string, node parse.Node, args []parse.Node, final, receiver reflect.Value) reflect.Value {
 |
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. |