golang.org/x/mod/modfile.Error.Err (field)
12 uses
golang.org/x/mod/modfile (current package)
read.go#L362: Err: fmt.Errorf("internal error: %v", e),
read.go#L393: Err: errors.New(s),
rule.go#L166: Err: fmt.Errorf("unknown block type: %s", strings.Join(x.Token, " ")),
rule.go#L177: Err: fmt.Errorf("unknown block type: %s", strings.Join(x.Token, " ")),
rule.go#L219: Err: err,
rule.go#L226: Err: err,
rule.go#L594: Err error
rule.go#L616: return pos + directive + e.Err.Error()
rule.go#L619: func (e *Error) Unwrap() error { return e.Err }
rule.go#L627: Err: &module.InvalidVersionError{
rule.go#L641: Err: err.Err,
rule.go#L654: Err: &module.InvalidVersionError{
 |
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. |