golang.org/x/mod/modfile.LineBlock.Start (field)
8 uses
golang.org/x/mod/modfile (current package)
read.go#L288: Start Position
read.go#L296: return x.Start, x.RParen.Pos.add(")")
read.go#L831: Start: start,
read.go#L854: Start: start,
read.go#L874: in.Error(fmt.Sprintf("syntax error (unterminated block started at %s:%d:%d)", in.filename, x.Start.Line, x.Start.LineRune))
rule.go#L165: Pos: x.Start,
rule.go#L176: Pos: x.Start,
![]() |
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. |