Imports of package proto

PathSynopsis
github.com/pkg/errorsPackage errors provides simple error handling primitives.
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/encoding/protoPackage proto defines the protobuf codec.
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.