errors | Package errors implements functions to manipulate errors. |
flag | Package flag implements command-line flag parsing. |
fmt | Package fmt implements formatted I/O with functions analogous to C's printf and scanf. |
github.com/gogo/protobuf/proto | Package proto converts data structures to and from the wire format of protocol buffers. |
github.com/mesos/mesos-go/api/v1/cmd | |
github.com/mesos/mesos-go/api/v1/cmd/example-scheduler/app/metrics | |
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/backoff | |
github.com/mesos/mesos-go/api/v1/lib/encoding | |
github.com/mesos/mesos-go/api/v1/lib/extras/metrics | |
github.com/mesos/mesos-go/api/v1/lib/extras/scheduler/controller | |
github.com/mesos/mesos-go/api/v1/lib/httpcli | |
github.com/mesos/mesos-go/api/v1/lib/httpcli/httpsched | |
github.com/mesos/mesos-go/api/v1/lib/scheduler | Package scheduler is a generated protocol buffer package. |
github.com/mesos/mesos-go/api/v1/lib/scheduler/calls | |
github.com/mesos/mesos-go/api/v1/lib/scheduler/events | |
github.com/prometheus/client_golang/prometheus | Package prometheus is the core instrumentation package. |
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. |
math/rand | Package rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work. |
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/url | Package url parses URLs and implements query escaping. |
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 | 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. |