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