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))