Imports of package grpc

PathSynopsis
bytesPackage bytes implements functions for the manipulation of byte slices.
compress/flatePackage flate implements the DEFLATE compressed data format, described in RFC 1951.
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.
github.com/golang/snappy
github.com/google/martian/v3/h2Package h2 contains basic HTTP/2 handling for Martian.
golang.org/x/net/http2Package http2 implements the HTTP/2 protocol.
golang.org/x/net/http2/hpackPackage hpack implements HPACK, a compression format for efficiently representing HTTP header fields in the context of HTTP/2.
io/ioutilPackage ioutil implements some I/O utility functions.
net/urlPackage url parses URLs and implements query escaping.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.