text/template/parse.Tree.newWith (method)
4 uses
text/template/parse (current package)
node.go#L891: return b.tr.newWith(b.Pos, b.Line, b.Pipe, b.List, b.ElseList)
node.go#L928: func (t *Tree) newWith(pos Pos, line int, pipe *PipeNode, list, elseList *ListNode) *WithNode {
node.go#L933: return w.tr.newWith(w.Pos, w.Line, w.Pipe.CopyPipe(), w.List.CopyList(), w.ElseList.CopyList())
parse.go#L533: return t.newWith(t.parseControl(false, "with"))
 |
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. |