moby--moby/pkg
Sebastiaan van Stijn 656036ce2c
Merge pull request #37157 from debayande/even-more-names
Adds a few more names to the name generator.
2018-07-05 21:06:12 +02:00
..
aaparser
archive LCOW: lazycontext: Use correct lstat, fix archive check 2018-06-27 13:29:21 -07:00
authorization Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
broadcaster Various code-cleanup 2018-05-23 17:50:54 +02:00
chrootarchive Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
containerfs Set format in archiver 2018-04-12 13:34:33 -07:00
devicemapper Various code-cleanup 2018-05-23 17:50:54 +02:00
directory Extract volume interaction to a volumes service 2018-05-25 14:21:07 -04:00
discovery
dmesg
filenotify
fileutils Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
fsutils
homedir
idtools Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
ioutils Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
jsonmessage Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
locker
longpath
loopback
mount Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
namesgenerator Adds a few more names to the name generator. 2018-07-03 02:12:46 +01:00
parsers
pidfile
platform
plugingetter Move plugin client to separate interface 2018-05-30 15:22:10 -04:00
plugins Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
pools Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
progress
pubsub Various code-cleanup 2018-05-23 17:50:54 +02:00
reexec fix build on OpenBSD by defining Self() 2018-06-16 19:09:04 +02:00
signal Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
stdcopy Merge pull request #37088 from ohbarye/fix-typos-duplicated-the 2018-05-19 20:57:47 +02:00
streamformatter builder: return image ID in API when using buildkit 2018-07-03 19:11:02 +00:00
stringid
symlink
sysinfo Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
system system: add back lcow validation function 2018-06-27 15:24:26 -07:00
tailfile
tarsum Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
term Update tests to use gotest.tools 👼 2018-06-13 09:04:30 +02:00
truncindex Various code-cleanup 2018-05-23 17:50:54 +02:00
urlutil Be explicit about github.com prefix being a legacy feature 2018-05-30 11:09:14 +02:00
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!