html/template.escaper.escapeBranch (method)
4 uses
html/template (current package)
escape.go#L130: return e.escapeBranch(c, &n.BranchNode, "if")
escape.go#L134: return e.escapeBranch(c, &n.BranchNode, "range")
escape.go#L140: return e.escapeBranch(c, &n.BranchNode, "with")
escape.go#L468: func (e *escaper) escapeBranch(c context, n *parse.BranchNode, nodeName string) context {
 |
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. |