type golang.org/x/mod/module.ModuleError
8 uses
golang.org/x/mod/module (current package)
module.go#L137: type ModuleError struct {
module.go#L146: var mErr *ModuleError
module.go#L150: return &ModuleError{
module.go#L157: func (e *ModuleError) Error() string {
module.go#L167: func (e *ModuleError) Unwrap() error { return e.Err }
module.go#L206: return &ModuleError{
module.go#L213: return &ModuleError{Path: path, Err: err}
golang.org/x/mod/modfile
rule.go#L637: if err, ok := err.(*module.ModuleError); ok {
![]() |
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. |