text/template/parse.Tree.peekCount (field)
10 uses
text/template/parse (current package)
parse.go#L30: peekCount int
parse.go#L71: if t.peekCount > 0 {
parse.go#L72: t.peekCount--
parse.go#L76: return t.token[t.peekCount]
parse.go#L81: t.peekCount++
parse.go#L88: t.peekCount = 2
parse.go#L96: t.peekCount = 3
parse.go#L101: if t.peekCount > 0 {
parse.go#L102: return t.token[t.peekCount-1]
parse.go#L104: t.peekCount = 1
![]() |
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. |