const text/template/parse.nodeElse
6 uses
text/template/parse (current package)
node.go#L59: nodeElse // An else action. Not added to tree.
node.go#L815: return &elseNode{tr: t, NodeType: nodeElse, Pos: pos, Line: line}
node.go#L819: return nodeElse
parse.go#L311: case nodeEnd, nodeElse:
parse.go#L348: case nodeEnd, nodeElse:
parse.go#L486: case nodeElse:
![]() |
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. |