const archive/zip.uint16max
4 uses
archive/zip (current package)
struct.go#L61: uint16max = (1 << 16) - 1
writer.go#L67: if len(comment) > uint16max {
writer.go#L155: if records >= uint16max || size >= uint32max || offset >= uint32max {
writer.go#L183: records = uint16max
![]() |
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. |