Imports of package opts

PathSynopsis
bufioPackage bufio implements buffered I/O. It wraps an io.Reader or io.Writer object, creating another object (Reader or Writer) that also implements the interface but provides buffering and some help for textual I/O.
bytesPackage bytes implements functions for the manipulation of byte slices.
encoding/jsonPackage json implements encoding and decoding of JSON as defined in RFC 7159.
fmtPackage fmt implements formatted I/O with functions analogous to C's printf and scanf.
github.com/docker/docker/opts
github.com/docker/docker/pkg/mount
github.com/docker/docker/pkg/signal
github.com/docker/engine-api/typesPackage types is used for API stability in the types and response to the consumers of the API stats endpoint.
github.com/docker/engine-api/types/blkiodev
github.com/docker/engine-api/types/container
github.com/docker/engine-api/types/network
github.com/docker/engine-api/types/strslice
github.com/docker/go-connections/natPackage nat is a convenience package for manipulation of strings describing network ports.
github.com/docker/go-unitsPackage units provides helper function to parse and print size and time units in human-readable format.
github.com/spf13/pflagPackage pflag is a drop-in replacement for Go's flag package, implementing POSIX/GNU-style --flags.
io/ioutilPackage ioutil implements some I/O utility functions.
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.
pathPackage path implements utility routines for manipulating slash-separated paths.
strconvPackage strconv implements conversions to and from string representations of basic data types.
stringsPackage strings implements simple functions to manipulate UTF-8 encoded strings.
timePackage time provides functionality for measuring and displaying time.