text/template/parse.Tree.actionLine (field)

6 uses

	text/template/parse (current package)
		parse.go#L33: 	actionLine int // line of left delim starting action
		parse.go#L193: 		if t.actionLine != 0 && t.actionLine != token.line {
		parse.go#L194: 			extra = fmt.Sprintf(" in action started at %s:%d", t.ParseName, t.actionLine)
		parse.go#L364: 		t.actionLine = token.line
		parse.go#L376: 	t.actionLine = 0