Imports of package gzip

PathSynopsis
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
google.golang.org/grpc/encodingPackage encoding defines the interface for the compressor and codec, and functions to register and retrieve compressors and codecs.
ioPackage io provides basic interfaces to I/O primitives.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.