const archive/zip.zipVersion45
4 uses
archive/zip (current package)
struct.go#L58: zipVersion45 = 45 // 4.5 (reads and writes zip64 archives)
writer.go#L162: b.uint16(zipVersion45) // version made by
writer.go#L163: b.uint16(zipVersion45) // version needed to extract
writer.go#L471: fh.ReaderVersion = zipVersion45 // requires 4.5 - File uses ZIP64 format extensions
 |
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. |