type text/template/parse.NilNode

11 uses

	text/template/parse (current package)
		node.go#L461: type NilNode struct {
		node.go#L467: func (t *Tree) newNil(pos Pos) *NilNode {
		node.go#L468: 	return &NilNode{tr: t, NodeType: NodeNil, Pos: pos}
		node.go#L471: func (n *NilNode) Type() NodeType {
		node.go#L478: func (n *NilNode) String() string {
		node.go#L482: func (n *NilNode) writeTo(sb *strings.Builder) {
		node.go#L486: func (n *NilNode) tree() *Tree {
		node.go#L490: func (n *NilNode) Copy() Node {

	text/template
		exec.go#L578: 	case *parse.NilNode:
		exec.go#L939: 	case *parse.NilNode:
		exec.go#L1057: 	case *parse.NilNode: