text/template/parse.PipeNode.IsAssign (field)
5 uses
text/template/parse (current package)
node.go#L191: IsAssign bool // The variables are being assigned, not declared.
node.go#L241: n.IsAssign = p.IsAssign
parse.go#L424: pipe.IsAssign = next.typ == itemAssign
text/template
exec.go#L443: if pipe.IsAssign {
![]() |
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. |