golang.org/x/mod/modfile.input.parseErrors (field)
11 uses
golang.org/x/mod/modfile (current package)
read.go#L334: parseErrors ErrorList // errors encountered during parsing
read.go#L358: if e := recover(); e != nil && e != &in.parseErrors {
read.go#L359: in.parseErrors = append(in.parseErrors, Error{
read.go#L365: if err == nil && len(in.parseErrors) > 0 {
read.go#L366: err = in.parseErrors
read.go#L376: if len(in.parseErrors) > 0 {
read.go#L377: return nil, in.parseErrors
read.go#L390: in.parseErrors = append(in.parseErrors, Error{
read.go#L395: panic(&in.parseErrors)
![]() |
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. |