const text/template/parse.nodeEnd
8 uses
text/template/parse (current package)
node.go#L60: nodeEnd // An end action. Not added to tree.
node.go#L787: return &endNode{tr: t, NodeType: nodeEnd, Pos: pos}
parse.go#L311: case nodeEnd, nodeElse:
parse.go#L333: if end.Type() != nodeEnd {
parse.go#L348: case nodeEnd, nodeElse:
parse.go#L485: case nodeEnd: //done
parse.go#L505: if next.Type() != nodeEnd {
parse.go#L576: if end.Type() != nodeEnd {
![]() |
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. |