text/template/parse.Tree.nextNonSpace (method)
14 uses
text/template/parse (current package)
parse.go#L110: func (t *Tree) nextNonSpace() (token item) {
parse.go#L122: token := t.nextNonSpace()
parse.go#L173: token := t.nextNonSpace()
parse.go#L182: token := t.nextNonSpace()
parse.go#L299: if t.nextNonSpace().typ == itemDefine {
parse.go#L360: switch token := t.nextNonSpace(); token.typ {
parse.go#L385: switch token := t.nextNonSpace(); token.typ {
parse.go#L425: t.nextNonSpace()
parse.go#L429: t.nextNonSpace()
parse.go#L449: switch token := t.nextNonSpace(); token.typ {
parse.go#L565: token := t.nextNonSpace()
parse.go#L591: token := t.nextNonSpace()
parse.go#L594: if t.nextNonSpace().typ != itemRightDelim {
parse.go#L690: switch token := t.nextNonSpace(); token.typ {
![]() |
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. |