Imports of package gzip

PathSynopsis
compress/gzipPackage gzip implements reading and writing of gzip format compressed files, as specified in RFC 1952.
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.
io/ioutilPackage ioutil implements some I/O utility functions.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.