var archive/zip.ErrFormat
11 uses
archive/zip (current package)
reader.go#L24: ErrFormat = errors.New("zip: not a valid zip file")
reader.go#L117: if err == ErrFormat || err == io.ErrUnexpectedEOF {
reader.go#L257: return 0, ErrFormat
reader.go#L275: return ErrFormat
reader.go#L346: return ErrFormat
reader.go#L353: return ErrFormat
reader.go#L360: return ErrFormat
reader.go#L432: return ErrFormat
reader.go#L496: return nil, ErrFormat
reader.go#L529: return nil, ErrFormat
reader.go#L570: return ErrFormat
![]() |
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. |