bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/binary | Package binary implements simple translation between numbers and byte sequences and encoding and decoding of varints. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
errors | Package errors implements functions to manipulate errors. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/opentracing/opentracing-go | |
github.com/opentracing/opentracing-go/ext | |
github.com/opentracing/opentracing-go/log | |
github.com/uber/jaeger-client-go/internal/baggage | |
github.com/uber/jaeger-client-go/internal/spanlog | |
github.com/uber/jaeger-client-go/internal/throttler | |
github.com/uber/jaeger-client-go/log | |
github.com/uber/jaeger-client-go/thrift | |
github.com/uber/jaeger-client-go/thrift-gen/jaeger | |
github.com/uber/jaeger-client-go/thrift-gen/sampling | |
github.com/uber/jaeger-client-go/thrift-gen/zipkincore | |
github.com/uber/jaeger-client-go/utils | |
github.com/uber/jaeger-lib/metrics | |
go.uber.org/atomic | Package atomic provides simple wrappers around numerics to enforce atomic access. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
log | Package log implements a simple logging package. |
math | Package math provides basic constants and mathematical functions. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
net/http | Package http provides HTTP client and server implementations. |
net/url | Package url parses URLs and implements query escaping. |
os | Package os provides a platform-independent interface to operating system functionality. |
reflect | Package reflect implements run-time reflection, allowing a program to manipulate objects with arbitrary types. |
strconv | Package strconv implements conversions to and from string representations of basic data types. |
strings | Package strings implements simple functions to manipulate UTF-8 encoded strings. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
sync/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |