text/template/parse.Tree.actionLine (field)
6 uses
text/template/parse (current package)
parse.go#L33: actionLine int // line of left delim starting action
parse.go#L193: if t.actionLine != 0 && t.actionLine != token.line {
parse.go#L194: extra = fmt.Sprintf(" in action started at %s:%d", t.ParseName, t.actionLine)
parse.go#L364: t.actionLine = token.line
parse.go#L376: t.actionLine = 0
![]() |
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. |