text/template.state.walk (method)
9 uses
text/template (current package)
exec.go#L220: state.walk(value, t.Root)
exec.go#L249: func (s *state) walk(dot reflect.Value, node parse.Node) {
exec.go#L264: s.walk(dot, node)
exec.go#L292: s.walk(val, list)
exec.go#L294: s.walk(dot, list)
exec.go#L297: s.walk(dot, elseList)
exec.go#L351: s.walk(elem, r.List)
exec.go#L398: s.walk(dot, r.ElseList)
exec.go#L418: newState.walk(dot, tmpl.Root)
![]() |
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. |