Imports of msh command

PathSynopsis
C
contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
flagPackage flag implements command-line flag parsing.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/gogo/protobuf/protoPackage proto converts data structures to and from the wire format of protocol buffers.
github.com/mesos/mesos-go/api/v1/libPackage 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/agentPackage 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/schedulerPackage 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
ioPackage io provides basic interfaces to I/O primitives.
logPackage log implements a simple logging package.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
osPackage os provides a platform-independent interface to operating system functionality.
os/signalPackage signal implements access to incoming signals.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
syscallPackage syscall contains an interface to the low-level operating system primitives.
timePackage time provides functionality for measuring and displaying time.
unsafePackage unsafe contains operations that step around the type safety of Go programs.