golang.org/x/mod/zip.FileError.Err (field)
9 uses
golang.org/x/mod/zip (current package)
zip.go#L149: Err error
zip.go#L153: return fmt.Sprintf("%s: %s", e.Path, e.Err)
zip.go#L157: return e.Err
zip.go#L204: fe := FileError{Path: path, Err: err}
zip.go#L404: cf.Invalid = append(cf.Invalid, FileError{Path: zf.Name, Err: err})
zip.go#L732: omitted = append(omitted, FileError{Path: slashPath, Err: errVendored})
zip.go#L747: omitted = append(omitted, FileError{Path: slashPath, Err: errVCS})
zip.go#L753: omitted = append(omitted, FileError{Path: slashPath, Err: errSubmoduleDir})
zip.go#L762: omitted = append(omitted, FileError{Path: slashPath, Err: errNotRegular})
 |
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. |