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. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
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. |
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. |
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. |