Imports of package app

PathSynopsis
errorsPackage errors implements functions to manipulate errors.
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/cmd
github.com/mesos/mesos-go/api/v1/cmd/example-scheduler/app/metrics
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/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/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
github.com/prometheus/client_golang/prometheusPackage prometheus is the core instrumentation package.
ioPackage io provides basic interfaces to I/O primitives.
io/ioutilPackage ioutil implements some I/O utility functions.
logPackage log implements a simple logging package.
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.
net/httpPackage http provides HTTP client and server implementations.
net/urlPackage url parses URLs and implements query escaping.
osPackage os provides a platform-independent interface to operating system functionality.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
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.