text/template/parse.lexer.acceptRun (method)
5 uses
text/template/parse (current package)
lex.go#L179: func (l *lexer) acceptRun(valid string) {
lex.go#L598: l.acceptRun(digits)
lex.go#L600: l.acceptRun(digits)
lex.go#L604: l.acceptRun("0123456789_")
lex.go#L608: l.acceptRun("0123456789_")
![]() |
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. |