archive/zip.header.offset (field)
6 uses
archive/zip (current package)
writer.go#L39: offset uint64
writer.go#L101: if h.isZip64() || h.offset >= uint32max {
writer.go#L115: eb.uint64(h.offset)
writer.go#L127: if h.offset > uint32max {
writer.go#L130: b.uint32(uint32(h.offset))
writer.go#L328: offset: uint64(w.cw.count),
![]() |
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. |