Imports of package status

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
errorsPackage errors implements functions to manipulate errors.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/golang/protobuf/protoPackage proto provides functionality for handling protocol buffer messages.
github.com/golang/protobuf/ptypesPackage ptypes provides functionality for interacting with well-known types.
google.golang.org/genproto/googleapis/rpc/status
google.golang.org/grpc/codesPackage codes defines the canonical error codes used by gRPC.
google.golang.org/grpc/internalPackage internal contains gRPC-internal code, to avoid polluting the godoc of the top-level grpc package.