type text/template/parse.StringNode
10 uses
text/template/parse (current package)
node.go#L752: type StringNode struct {
node.go#L760: func (t *Tree) newString(pos Pos, orig, text string) *StringNode {
node.go#L761: return &StringNode{tr: t, NodeType: NodeString, Pos: pos, Quoted: orig, Text: text}
node.go#L764: func (s *StringNode) String() string {
node.go#L768: func (s *StringNode) writeTo(sb *strings.Builder) {
node.go#L772: func (s *StringNode) tree() *Tree {
node.go#L776: func (s *StringNode) Copy() Node {
text/template
exec.go#L507: case *parse.StringNode:
exec.go#L905: if n, ok := n.(*parse.StringNode); ok {
exec.go#L973: case *parse.StringNode:
The pages are generated with Golds v0.4.9. (GOOS=linux GOARCH=amd64)