Example #1
0
func init() {
	archive.RegisterFormat("zip", "\x50\x4b", 0, read)
}
Example #2
0
func init() {
	archive.RegisterFormat("zip", "\x75\x73\x74\x61\x72", 0x101, read)
}