bytes | Package bytes implements functions for the manipulation of byte slices. |
encoding/json | Package json implements encoding and decoding of JSON as defined in RFC 7159. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/apache/thrift/lib/go/thrift | |
github.com/uber/jaeger-client-go/thrift-gen/agent | |
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 | |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptest | Package httptest provides utilities for HTTP testing. |
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. |