type text/template/parse.NilNode

11 uses

	text/template/parse (current package)
		node.go#L458: type NilNode struct {
		node.go#L464: func (t *Tree) newNil(pos Pos) *NilNode {
		node.go#L465: 	return &NilNode{tr: t, NodeType: NodeNil, Pos: pos}
		node.go#L468: func (n *NilNode) Type() NodeType {
		node.go#L475: func (n *NilNode) String() string {
		node.go#L479: func (n *NilNode) writeTo(sb *strings.Builder) {
		node.go#L483: func (n *NilNode) tree() *Tree {
		node.go#L487: func (n *NilNode) Copy() Node {

	text/template
		exec.go#L503: 	case *parse.NilNode:
		exec.go#L850: 	case *parse.NilNode:
		exec.go#L968: 	case *parse.NilNode: