text/template/parse.lexer.leftDelim (field)
5 uses
text/template/parse (current package)
lex.go#L112: leftDelim string // start of action
lex.go#L216: leftDelim: left,
lex.go#L247: if x := strings.Index(l.input[l.pos:], l.leftDelim); x >= 0 {
lex.go#L248: ldn := Pos(len(l.leftDelim))
lex.go#L296: l.pos += Pos(len(l.leftDelim))
![]() |
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. |