Imports of package testtracing

PathSynopsis
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/opentracing/opentracing-go
github.com/opentracing/opentracing-go/mocktracer
github.com/stretchr/testify/assertPackage assert provides a set of comprehensive testing tools for use with the normal Go testing system.
github.com/stretchr/testify/requirePackage require implements the same assertions as the `assert` package but stops test execution when a test fails.
github.com/uber/jaeger-client-goPackage jaeger implements an OpenTracing (http://opentracing.io) Tracer.
github.com/uber/tchannel-goPackage tchannel implements Go bindings for the TChannel protocol (https://github.com/uber/tchannel).
github.com/uber/tchannel-go/testutils
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.
testingPackage testing provides support for automated testing of Go packages.
timePackage time provides functionality for measuring and displaying time.