type golang.org/x/mod/modfile.Error
13 uses
golang.org/x/mod/modfile (current package)
read.go#L359: in.parseErrors = append(in.parseErrors, Error{
read.go#L390: in.parseErrors = append(in.parseErrors, Error{
rule.go#L163: errs = append(errs, Error{
rule.go#L174: errs = append(errs, Error{
rule.go#L214: *errs = append(*errs, Error{
rule.go#L223: *errs = append(*errs, Error{
rule.go#L579: type ErrorList []Error
rule.go#L589: type Error struct {
rule.go#L597: func (e *Error) Error() string {
rule.go#L619: func (e *Error) Unwrap() error { return e.Err }
rule.go#L624: return "", &Error{
rule.go#L638: return "", &Error{
rule.go#L651: return "", &Error{
![]() |
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. |