const text/template/parse.NodeIf
5 uses
text/template/parse (current package)
node.go#L63: NodeIf // An if action.
node.go#L863: case NodeIf:
node.go#L891: case NodeIf:
node.go#L908: return &IfNode{BranchNode{tr: t, NodeType: NodeIf, Pos: pos, Line: line, Pipe: pipe, List: list, ElseList: elseList}}
text/template
exec.go#L277: s.walkIfOrWith(parse.NodeIf, dot, node.Pipe, node.List, node.ElseList)
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)