bytes | Package bytes implements functions for the manipulation of byte slices. |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
crypto/tls | Package tls partially implements TLS 1.2, as specified in RFC 5246, and TLS 1.3, as specified in RFC 8446. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/mesos/mesos-go/api/v1/lib | Package mesos presents common v1 HTTP API message types in addition to extension APIs that aim to simplify use of the machine-generated code. |
github.com/mesos/mesos-go/api/v1/lib/client | |
github.com/mesos/mesos-go/api/v1/lib/debug | |
github.com/mesos/mesos-go/api/v1/lib/encoding | |
github.com/mesos/mesos-go/api/v1/lib/encoding/codecs | |
github.com/mesos/mesos-go/api/v1/lib/encoding/framing | |
github.com/mesos/mesos-go/api/v1/lib/httpcli/apierrors | |
github.com/mesos/mesos-go/api/v1/lib/recordio | Package recordio implements the Mesos variant of RecordIO framing, whereby each record is prefixed by a line that indicates the length of the record in decimal ASCII. |
io | Package io provides basic interfaces to I/O primitives. |
io/ioutil | Package ioutil implements some I/O utility functions. |
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. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
time | Package time provides functionality for measuring and displaying time. |