Imports of addsvc command

PathSynopsis
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/apache/thrift/lib/go/thrift
github.com/go-kit/kit/endpointPackage endpoint defines an abstraction for RPCs.
github.com/go-kit/kit/examples/addsvc
github.com/go-kit/kit/examples/addsvc/pb
github.com/go-kit/kit/examples/addsvc/thrift/gen-go/addsvc
github.com/go-kit/kit/logPackage log provides a structured logger.
github.com/go-kit/kit/metricsPackage metrics provides a framework for application instrumentation.
github.com/go-kit/kit/metrics/prometheusPackage prometheus provides Prometheus implementations for metrics.
github.com/go-kit/kit/tracing/opentracingPackage opentracing provides Go kit integration to the OpenTracing project.
github.com/lightstep/lightstep-tracer-goPackage lightstep implements the LightStep OpenTracing client for Go.
github.com/opentracing/opentracing-go
github.com/openzipkin/zipkin-go-opentracing
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
net/httpPackage http provides HTTP client and server implementations.
net/http/pprofPackage pprof serves via its HTTP server runtime profiling data in the format expected by the pprof visualization tool.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
sourcegraph.com/sourcegraph/appdash
sourcegraph.com/sourcegraph/appdash/opentracing
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syscallPackage syscall contains an interface to the low-level operating system primitives.