C | |
context | Package context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes. |
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/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/agent | Package agent is a generated protocol buffer package. |
github.com/mesos/mesos-go/api/v1/lib/agent/calls | |
github.com/mesos/mesos-go/api/v1/lib/extras/scheduler/callrules | |
github.com/mesos/mesos-go/api/v1/lib/extras/scheduler/controller | |
github.com/mesos/mesos-go/api/v1/lib/extras/scheduler/eventrules | |
github.com/mesos/mesos-go/api/v1/lib/extras/scheduler/offers | |
github.com/mesos/mesos-go/api/v1/lib/extras/store | |
github.com/mesos/mesos-go/api/v1/lib/httpcli | |
github.com/mesos/mesos-go/api/v1/lib/httpcli/httpagent | |
github.com/mesos/mesos-go/api/v1/lib/httpcli/httpsched | |
github.com/mesos/mesos-go/api/v1/lib/resources | |
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 | |
io | Package io provides basic interfaces to I/O primitives. |
log | Package log implements a simple logging package. |
net | Package net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets. |
os | Package os provides a platform-independent interface to operating system functionality. |
os/signal | Package signal implements access to incoming signals. |
sync | Package sync provides basic synchronization primitives such as mutual exclusion locks. |
syscall | Package syscall contains an interface to the low-level operating system primitives. |
time | Package time provides functionality for measuring and displaying time. |
unsafe | Package unsafe contains operations that step around the type safety of Go programs. |