Imports of package trace

PathSynopsis
crypto/randPackage rand implements a cryptographically secure random number generator.
encoding/binaryPackage binary implements simple translation between numbers and byte sequences and encoding and decoding of varints.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
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.
golang.org/x/time/ratePackage rate provides a rate limiter.
google.golang.org/api/cloudtrace/v1
google.golang.org/api/gensupport
google.golang.org/api/option
google.golang.org/api/support/bundler
google.golang.org/api/transport
google.golang.org/grpcPackage grpc implements an RPC system called gRPC.
logPackage log implements a simple logging package.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
net/httpPackage http provides HTTP client and server implementations.
runtimePackage runtime contains operations that interact with Go's runtime system, such as functions to control goroutines.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.