moby--moby/pkg
Mary Anthony cd44018856 Carry of PR #13520
Removinig files

Signed-off-by: Mary Anthony <mary@docker.com>
2015-06-13 09:27:30 -07:00
..
archive Merge pull request #13344 from hqhq/hq_fix_arm64_test 2015-06-12 17:11:18 -07:00
broadcastwriter
chrootarchive Merge pull request #13231 from Microsoft/10662-chrootarchive 2015-06-03 09:54:42 -07:00
devicemapper
directory
fileutils
graphdb
homedir
httputils
ioutils
jsonlog
jsonmessage Add test coverage to pkg/jsonmessage 2015-06-02 21:19:38 +02:00
listenbuffer
mflag
mount
namesgenerator
parsers
pidfile
plugins Don't forget to clenaup tmpdir in TestFileSpecPlugin() 2015-06-04 21:26:15 +08:00
pools
progressreader
promise
proxy
pubsub Fix send on closed channel bug 2015-06-12 15:42:34 +08:00
random
reexec
signal
sockets Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo
system Merge pull request #12833 from burke/faster-changes 2015-06-12 17:05:34 -07:00
systemd
tailfile
tarsum Carry of PR #13520 2015-06-13 09:27:30 -07:00
term
timeoutconn
timeutils Merge pull request #13165 from ahmetalpbalkan/durations 2015-06-03 22:14:42 +02:00
tlsconfig Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
transport
truncindex
ulimit
units
urlutil
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!