Imports of package scheduler

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
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/golang/glogPackage glog implements logging analogous to the Google-internal C++ INFO/ERROR/V setup.
github.com/mesos/mesos-go/api/v0/auth
github.com/mesos/mesos-go/api/v0/auth/callback
github.com/mesos/mesos-go/api/v0/auth/sasl
github.com/mesos/mesos-go/api/v0/auth/sasl/mech/crammd5
github.com/mesos/mesos-go/api/v0/detectorThe detector package houses implementation of master detectors.
github.com/mesos/mesos-go/api/v0/detector/zooZookeeper-based mesos-master leaderhip detection.
github.com/mesos/mesos-go/api/v0/mesosprotoPackage mesosproto is a generated protocol buffer package.
github.com/mesos/mesos-go/api/v0/mesosproto/schedulerPackage scheduler is a generated protocol buffer package.
github.com/mesos/mesos-go/api/v0/mesosutil
github.com/mesos/mesos-go/api/v0/mesosutil/process
github.com/mesos/mesos-go/api/v0/messengerPackage messenger includes a messenger and a transporter.
github.com/mesos/mesos-go/api/v0/messenger/sessionid
github.com/mesos/mesos-go/api/v0/upidPackage upid defines the UPID type and some utilities of the UPID.
github.com/pborman/uuidThe uuid package generates and inspects UUIDs.
golang.org/x/net/contextPackage context defines the Context type, which carries deadlines, cancellation signals, and other request-scoped values across API boundaries and between processes.
mathPackage math provides basic constants and mathematical functions.
math/randPackage rand implements pseudo-random number generators suitable for tasks such as simulation, but it should not be used for security-sensitive work.
netPackage net provides a portable interface for network I/O, including TCP/IP, UDP, domain name resolution, and Unix domain sockets.
os/userPackage user allows user account lookups by name or id.
syncPackage sync provides basic synchronization primitives such as mutual exclusion locks.
sync/atomicPackage atomic provides low-level atomic memory primitives useful for implementing synchronization algorithms.
timePackage time provides functionality for measuring and displaying time.