text/template/parse.lexer.items (field)
7 uses
text/template/parse (current package)
lex.go#L118: items chan item // channel of scanned items
lex.go#L157: l.items <- item{t, l.start, l.input[l.start:l.pos], l.startLine}
lex.go#L188: l.items <- item{itemError, l.start, fmt.Sprintf(format, args...), l.startLine}
lex.go#L195: return <-l.items
lex.go#L201: for range l.items {
lex.go#L219: items: make(chan item),
lex.go#L232: close(l.items)
![]() |
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. |