text/template/parse.Tree.next (method)
7 uses
text/template/parse (current package)
parse.go#L70: func (t *Tree) next() item {
parse.go#L112: token = t.next()
parse.go#L298: delim := t.next()
parse.go#L415: t.next()
parse.go#L497: t.next() // Consume the "if" token.
parse.go#L628: switch token := t.next(); token.typ {
parse.go#L659: chain.Add(t.next().val)
![]() |
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. |