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)