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/examples/addsvc/pb
github.com/go-kit/kit/examples/addsvc/pkg/addendpoint
github.com/go-kit/kit/examples/addsvc/pkg/addservice
github.com/go-kit/kit/examples/addsvc/pkg/addtransport
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/transport/grpcPackage grpc provides a gRPC binding for endpoints.
github.com/lightstep/lightstep-tracer-goPackage lightstep implements the LightStep OpenTracing client for Go.
github.com/oklog/oklog/pkg/groupPackage group aliases github.com/oklog/run.
github.com/opentracing/opentracing-go
github.com/openzipkin/zipkin-goPackage zipkin implements a native Zipkin instrumentation library for Go.
github.com/openzipkin/zipkin-go-opentracing
github.com/openzipkin/zipkin-go/reporter/httpPackage http implements a HTTP reporter to send spans to Zipkin V2 collectors.
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
github.com/prometheus/client_golang/prometheus/promhttpPackage promhttp provides tooling around HTTP servers and clients.
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.
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
syscallPackage syscall contains an interface to the low-level operating system primitives.
text/tabwriterPackage tabwriter implements a write filter (tabwriter.Writer) that translates tabbed columns in input into properly aligned text.