const archive/zip.dataDescriptorSignature
3 uses
archive/zip (current package)
reader.go#L456: if maybeSig.uint32() != dataDescriptorSignature {
struct.go#L40: dataDescriptorSignature = 0x08074b50 // de-facto standard; required by OS X Finder
writer.go#L489: b.uint32(dataDescriptorSignature) // de-facto standard, required by OS X
 |
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. |