const text/template/parse.NodeNil
6 uses
text/template/parse (current package)
node.go#L65: NodeNil // An untyped nil constant.
node.go#L463: return &NilNode{tr: t, NodeType: NodeNil, Pos: pos}
node.go#L470: return NodeNil
parse.go#L472: case NodeBool, NodeDot, NodeNil, NodeNumber, NodeString:
parse.go#L671: case NodeBool, NodeString, NodeNumber, NodeNil, NodeDot:
text/template
exec.go#L542: if chain.Node.Type() == parse.NodeNil {
 |
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. |