type text/template/parse.NilNode

11 uses

	text/template/parse (current package)
		node.go#L456: type NilNode struct {
		node.go#L462: func (t *Tree) newNil(pos Pos) *NilNode {
		node.go#L463: 	return &NilNode{tr: t, NodeType: NodeNil, Pos: pos}
		node.go#L466: func (n *NilNode) Type() NodeType {
		node.go#L473: func (n *NilNode) String() string {
		node.go#L477: func (n *NilNode) writeTo(sb *strings.Builder) {
		node.go#L481: func (n *NilNode) tree() *Tree {
		node.go#L485: func (n *NilNode) Copy() Node {

	text/template
		exec.go#L482: 	case *parse.NilNode:
		exec.go#L797: 	case *parse.NilNode:
		exec.go#L915: 	case *parse.NilNode: