const text/template/parse.eof
9 uses
text/template/parse (current package)
lex.go#L89: const eof = -1
lex.go#L128: return eof
lex.go#L369: case r == eof:
lex.go#L530: case eof, '.', ',', '|', ':', ')', '(':
lex.go#L549: if r := l.next(); r != eof && r != '\n' {
lex.go#L553: case eof, '\n':
lex.go#L626: if r := l.next(); r != eof && r != '\n' {
lex.go#L630: case eof, '\n':
lex.go#L645: case eof:
![]() |
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. |