Imports of helloworld_client command

PathSynopsis
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
go.opencensus.io/examples/exporterPackage exporter contains a log exporter that supports exporting OpenCensus metrics and spans to a logging framework.
go.opencensus.io/examples/grpc/protoPackage helloworld is a generated protocol buffer package.
go.opencensus.io/plugin/ocgrpcPackage ocgrpc contains OpenCensus stats and trace integrations for gRPC.
go.opencensus.io/stats/viewPackage view contains support for collecting and exposing aggregates over stats.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
logPackage log implements a simple logging package.
osPackage os provides a platform-independent interface to operating system functionality.
timePackage time provides functionality for measuring and displaying time.