moby--moby/pkg
Alexander Morozov 04a451998f Merge pull request #13255 from vdemeester/11588-pkg-pools-test-coverage
Add test coverage for pkg/pools (#11588)
2015-05-29 13:36:20 -07:00
..
archive
broadcastwriter
chrootarchive
devicemapper
directory
fileutils
graphdb
homedir
httputils
ioutils
jsonlog
jsonmessage
listenbuffer
mflag Carry #11858 2015-05-23 09:14:18 -07:00
mount
namesgenerator
parsers
pidfile
plugins Volumes refactor and external plugin implementation. 2015-05-21 20:34:17 -07:00
pools
progressreader Modified progress reader to close silently when read is complete. 2015-05-28 14:09:30 -03:00
promise
proxy
pubsub
random
reexec
signal
sockets Extract sockets initialization to a package. 2015-05-20 16:48:39 -07:00
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo
system
systemd
tailfile
tarsum
term
timeoutconn
timeutils Add test coverage to pkg/timeutils 2015-05-29 15:09:35 +02:00
transport
truncindex
ulimit
units
urlutil Add syslog-address log-opt 2015-05-29 00:42:11 +02:00
useragent
version
README.md

README.md

pkg/ is a collection of utility packages used by the Docker project without being specific to its internals.

Utility packages are kept separate from the docker core codebase to keep it as small and concise as possible. If some utilities grow larger and their APIs stabilize, they may be moved to their own repository under the Docker organization, to facilitate re-use by other projects. However that is not the priority.

The directory pkg is named after the same directory in the camlistore project. Since Brad is a core Go maintainer, we thought it made sense to copy his methods for organizing Go code :) Thanks Brad!

Because utility packages are small and neatly separated from the rest of the codebase, they are a good place to start for aspiring maintainers and contributors. Get in touch if you want to help maintain them!