text/template/parse.Tree.newVariable (method)
5 uses
text/template/parse (current package)
node.go#L394: func (t *Tree) newVariable(pos Pos, ident string) *VariableNode {
parse.go#L426: pipe.Decl = append(pipe.Decl, t.newVariable(v.pos, v.val))
parse.go#L430: pipe.Decl = append(pipe.Decl, t.newVariable(v.pos, v.val))
parse.go#L670: node = t.newVariable(chain.Position(), chain.String())
parse.go#L746: v := t.newVariable(pos, name)
 |
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. |