text/template/parse.StringNode.Text (field)
6 uses
text/template/parse (current package)
node.go#L755: Text string // The string, after quote processing.
node.go#L759: return &StringNode{tr: t, NodeType: NodeString, Pos: pos, Quoted: orig, Text: text}
node.go#L775: return s.tr.newString(s.Pos, s.Quoted, s.Text)
text/template
exec.go#L487: return reflect.ValueOf(word.Text)
exec.go#L854: value.SetString(n.Text)
exec.go#L921: return reflect.ValueOf(n.Text)
![]() |
The pages are generated with Golds v0.3.2-preview. (GOOS=darwin GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @Go100and1 (reachable from the left QR code) to get the latest news of Golds. |