text/template/parse.PipeNode.Line (field)
4 uses
text/template/parse (current package)
node.go#L192: Line int // The line number in the input. Deprecated: Kept for compatibility.
node.go#L199: return &PipeNode{tr: t, NodeType: NodePipe, Pos: pos, Line: line, Decl: vars}
node.go#L242: n := p.tr.newPipeline(p.Pos, p.Line, vars)
parse.go#L548: return pipe.Position(), pipe.Line, pipe, list, elseList
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)