moby--moby/pkg
Manuel Rüger 108bbd96cb Fix tests for pkg/archive
Signed-off-by: Manuel Rüger <manuel@rueg.eu>
2018-04-03 01:17:52 +02:00
..
aaparser
archive Fix tests for pkg/archive 2018-04-03 01:17:52 +02:00
authorization Automated migration using 2018-03-16 11:03:43 -04:00
broadcaster
chrootarchive
containerfs
devicemapper
directory Support cancellation in `directory.Size()` 2018-03-29 15:49:15 -04:00
discovery
dmesg
filenotify
fileutils Automated migration using 2018-03-16 11:03:43 -04:00
fsutils
homedir
idtools Automated migration using 2018-03-16 11:03:43 -04:00
ioutils Automated migration using 2018-03-16 11:03:43 -04:00
jsonmessage Cleanup pkg/jsonmessage progress tests 2018-03-16 11:03:47 -04:00
locker
longpath
loopback
mount Merge pull request #36506 from kolyshkin/pkg-mount-slice 2018-03-09 09:46:53 +01:00
namesgenerator
parsers Windows: Move kernel_windows to use golang registry functions 2018-03-16 09:47:45 -07:00
pidfile
platform
plugingetter Merge pull request #35829 from cpuguy83/no_private_mount_for_plugins 2018-02-21 12:28:13 +01:00
plugins Post migration assertion fixes 2018-03-16 11:03:46 -04:00
pools Automated migration using 2018-03-16 11:03:43 -04:00
progress
pubsub
reexec Automated migration using 2018-03-16 11:03:43 -04:00
signal Automated migration using 2018-03-16 11:03:43 -04:00
stdcopy
streamformatter Cleanup pkg/jsonmessage progress tests 2018-03-16 11:03:47 -04:00
stringid
symlink
sysinfo Automated migration using 2018-03-16 11:03:43 -04:00
system Automated migration using 2018-03-16 11:03:43 -04:00
tailfile
tarsum Automated migration using 2018-03-16 11:03:43 -04:00
term Post migration assertion fixes 2018-03-16 11:03:46 -04:00
truncindex
urlutil
useragent
README.md

README.md

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

Utility packages are kept separate from the moby 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 Moby 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!