text/template/parse.lexer.startLine (field)
6 uses
text/template/parse (current package)
lex.go#L121: startLine int // start line of this item
lex.go#L157: l.items <- item{t, l.start, l.input[l.start:l.pos], l.startLine}
lex.go#L159: l.startLine = l.line
lex.go#L166: l.startLine = l.line
lex.go#L188: l.items <- item{itemError, l.start, fmt.Sprintf(format, args...), l.startLine}
lex.go#L221: startLine: 1,
![]() |
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. |