golang.org/x/mod/zip.CheckedFiles.Invalid (field)
10 uses
golang.org/x/mod/zip (current package)
zip.go#L112: Invalid []FileError
zip.go#L128: if len(cf.Invalid) > 0 {
zip.go#L129: return FileErrorList(cf.Invalid)
zip.go#L208: cf.Invalid = append(cf.Invalid, fe)
zip.go#L352: for i := range cf.Invalid {
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})
![]() |
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. |