Imports of package proto

PathSynopsis
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.
google.golang.org/grpc/memPackage mem provides utilities that facilitate memory reuse in byte slices that are used as buffers.
google.golang.org/protobuf/protoPackage proto provides functions operating on protocol buffer messages.
google.golang.org/protobuf/protoadaptPackage protoadapt bridges the original and new proto APIs.