bytes | Package bytes implements functions for the manipulation of byte slices. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
errors | Package errors implements functions to manipulate errors. |
github.com/openzipkin/zipkin-go | Package zipkin implements a native Zipkin instrumentation library for Go. |
github.com/openzipkin/zipkin-go/model | Package model contains the Zipkin V2 model which is used by the Zipkin Go tracer implementation. |
github.com/openzipkin/zipkin-go/propagation/b3 | Package b3 implements serialization and deserialization logic for Zipkin B3 Headers. |
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. |
net/http | Package http provides HTTP client and server implementations. |
net/http/httptrace | Package httptrace provides mechanisms to trace the events within HTTP client requests. |
os | Package os provides a platform-independent interface to operating system functionality. |
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/atomic | Package atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms. |
time | Package time provides functionality for measuring and displaying time. |