archive/zip.FileHeader.CreatorVersion (field)

8 uses

	archive/zip (current package)
		reader.go#L277: 	f.CreatorVersion = b.uint16()
		struct.go#L111: 	CreatorVersion uint16
		struct.go#L287: 	switch h.CreatorVersion >> 8 {
		struct.go#L301: 	h.CreatorVersion = h.CreatorVersion&0xff | creatorUnix<<8
		writer.go#L94: 		b.uint16(h.CreatorVersion)
		writer.go#L291: 	fh.CreatorVersion = fh.CreatorVersion&0xff00 | zipVersion20 // preserve compatibility byte