text/template/parse.ActionNode.Line (field)

5 uses

	text/template/parse (current package)
		node.go#L261: 	Line int       // The line number in the input. Deprecated: Kept for compatibility.
		node.go#L266: 	return &ActionNode{tr: t, NodeType: NodeAction, Pos: pos, Line: line, Pipe: pipe}
		node.go#L286: 	return a.tr.newAction(a.Pos, a.Line, a.Pipe.CopyPipe())

	html/template
		escape.go#L189: 					err:   errorf(ErrPredefinedEscaper, n, n.Line, "predefined escaper %q disallowed in template", ident),
		escape.go#L215: 				err:   errorf(ErrAmbigContext, n, n.Line, "%s appears in an ambiguous context within a URL", n),