golang.org/x/mod/modfile.Error.Pos (field)
12 uses
golang.org/x/mod/modfile (current package)
read.go#L361: Pos: in.pos,
read.go#L392: Pos: in.pos,
rule.go#L165: Pos: x.Start,
rule.go#L176: Pos: x.Start,
rule.go#L216: Pos: line.Start,
rule.go#L225: Pos: line.Start,
rule.go#L591: Pos Position
rule.go#L599: if e.Pos.LineRune > 1 {
rule.go#L602: pos = fmt.Sprintf("%s:%d:%d: ", e.Filename, e.Pos.Line, e.Pos.LineRune)
rule.go#L603: } else if e.Pos.Line > 0 {
rule.go#L604: pos = fmt.Sprintf("%s:%d: ", e.Filename, e.Pos.Line)
 |
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. |