text/template/parse.lexer.peek (method)
5 uses
text/template/parse (current package)
lex.go#L140: func (l *lexer) peek() rune {
lex.go#L430: r = l.peek()
lex.go#L525: r := l.peek()
lex.go#L571: if sign := l.peek(); sign == '+' || sign == '-' {
lex.go#L613: if isAlphaNumeric(l.peek()) {
![]() |
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. |