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. |
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/spanlog | |
github.com/uber/jaeger-client-go/log | |
github.com/uber/jaeger-client-go/thrift-gen/sampling | |
github.com/uber/jaeger-client-go/thrift-gen/zipkincore | |
github.com/uber/jaeger-client-go/transport | Package transport defines various transports that can be used with RemoteReporter to send spans out of process. |
github.com/uber/jaeger-client-go/utils | |
github.com/uber/jaeger-lib/metrics | |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
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. |