text/template/parse.Tree.newTemplate (method)
4 uses
text/template/parse (current package)
node.go#L946: func (t *Tree) newTemplate(pos Pos, line int, name string, pipe *PipeNode) *TemplateNode {
node.go#L971: return t.tr.newTemplate(t.Pos, t.Line, t.Name, t.Pipe.CopyPipe())
parse.go#L582: return t.newTemplate(token.pos, token.line, name, pipe)
parse.go#L599: return t.newTemplate(token.pos, token.line, name, pipe)
 |
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. |