text/template/parse.lexer.next (method)
15 uses
text/template/parse (current package)
lex.go#L125: func (l *lexer) next() rune {
lex.go#L141: r := l.next()
lex.go#L171: if strings.ContainsRune(valid, l.next()) {
lex.go#L180: for strings.ContainsRune(valid, l.next()) {
lex.go#L368: switch r := l.next(); {
lex.go#L377: if l.next() != '=' {
lex.go#L434: l.next()
lex.go#L453: switch r := l.next(); {
lex.go#L507: r = l.next()
lex.go#L547: switch l.next() {
lex.go#L549: if r := l.next(); r != eof && r != '\n' {
lex.go#L614: l.next()
lex.go#L624: switch l.next() {
lex.go#L626: if r := l.next(); r != eof && r != '\n' {
lex.go#L644: switch l.next() {
![]() |
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. |