text/template/parse.lexer.width (field)
7 uses
text/template/parse (current package)
lex.go#L117: width Pos // width of last rune read from input
lex.go#L127: l.width = 0
lex.go#L131: l.width = Pos(w)
lex.go#L132: l.pos += l.width
lex.go#L148: l.pos -= l.width
lex.go#L150: if l.width == 1 && l.input[l.pos] == '\n' {
lex.go#L246: l.width = 0
![]() |
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. |