golang.org/x/mod/zip.FileError.Path (field)
12 uses
golang.org/x/mod/zip (current package)
zip.go#L148: Path string
zip.go#L153: return fmt.Sprintf("%s: %s", e.Path, e.Err)
zip.go#L204: fe := FileError{Path: path, Err: err}
zip.go#L350: cf.Omitted[i].Path = filepath.Join(dir, cf.Omitted[i].Path)
zip.go#L353: cf.Invalid[i].Path = filepath.Join(dir, cf.Invalid[i].Path)
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. |