type text/template/parse.endNode

7 uses

	text/template/parse (current package)
		node.go#L780: type endNode struct {
		node.go#L786: func (t *Tree) newEnd(pos Pos) *endNode {
		node.go#L787: 	return &endNode{tr: t, NodeType: nodeEnd, Pos: pos}
		node.go#L790: func (e *endNode) String() string {
		node.go#L794: func (e *endNode) writeTo(sb *strings.Builder) {
		node.go#L798: func (e *endNode) tree() *Tree {
		node.go#L802: func (e *endNode) Copy() Node {