type text/template/parse.StringNode
10 uses
text/template/parse (current package)
node.go#L755: type StringNode struct {
node.go#L763: func (t *Tree) newString(pos Pos, orig, text string) *StringNode {
node.go#L764: return &StringNode{tr: t, NodeType: NodeString, Pos: pos, Quoted: orig, Text: text}
node.go#L767: func (s *StringNode) String() string {
node.go#L771: func (s *StringNode) writeTo(sb *strings.Builder) {
node.go#L775: func (s *StringNode) tree() *Tree {
node.go#L779: func (s *StringNode) Copy() Node {
text/template
exec.go#L582: case *parse.StringNode:
exec.go#L994: if n, ok := n.(*parse.StringNode); ok {
exec.go#L1062: case *parse.StringNode:
The pages are generated with Golds v0.7.6. (GOOS=linux GOARCH=amd64)