moby--moby/pkg
Joe Ferguson 76e99e1a8b Close readclosers returned by DecompressStream
Signed-off-by: Joe Ferguson <joe@infosiftr.com>
2018-06-07 11:16:13 -07:00
..
aaparser Add canonical import comment 2018-02-05 16:51:57 -05:00
archive Close readclosers returned by DecompressStream 2018-06-07 11:16:13 -07:00
authorization Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
broadcaster Various code-cleanup 2018-05-23 17:50:54 +02:00
chrootarchive Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +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 Add canonical import comment 2018-02-05 16:51:57 -05:00
dmesg Add canonical import comment 2018-02-05 16:51:57 -05:00
filenotify Add canonical import comment 2018-02-05 16:51:57 -05:00
fileutils Fix typos 2018-05-16 15:31:12 +08:00
fsutils Add canonical import comment 2018-02-05 16:51:57 -05:00
homedir Add canonical import comment 2018-02-05 16:51:57 -05:00
idtools Various code-cleanup 2018-05-23 17:50:54 +02:00
ioutils Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
jsonmessage Various code-cleanup 2018-05-23 17:50:54 +02:00
locker Add canonical import comment 2018-02-05 16:51:57 -05:00
longpath Add canonical import comment 2018-02-05 16:51:57 -05:00
loopback Add canonical import comment 2018-02-05 16:51:57 -05:00
mount pkg/mount/TestMount: fix wrt selinux 2018-05-22 23:30:47 -07:00
namesgenerator Fix typos 2018-05-16 15:31:12 +08:00
parsers Windows: Move kernel_windows to use golang registry functions 2018-03-16 09:47:45 -07:00
pidfile Add canonical import comment 2018-02-05 16:51:57 -05:00
platform Add canonical import comment 2018-02-05 16:51:57 -05:00
plugingetter Move plugin client to separate interface 2018-05-30 15:22:10 -04:00
plugins Move plugin client creation to the extension point 2018-05-25 15:18:53 -04:00
pools Automated migration using 2018-03-16 11:03:43 -04:00
progress Add canonical import comment 2018-02-05 16:51:57 -05:00
pubsub Various code-cleanup 2018-05-23 17:50:54 +02:00
reexec Automated migration using 2018-03-16 11:03:43 -04:00
signal Various code-cleanup 2018-05-23 17:50:54 +02:00
stdcopy Merge pull request #37088 from ohbarye/fix-typos-duplicated-the 2018-05-19 20:57:47 +02:00
streamformatter Cleanup pkg/jsonmessage progress tests 2018-03-16 11:03:47 -04:00
stringid Add canonical import comment 2018-02-05 16:51:57 -05:00
symlink Add canonical import comment 2018-02-05 16:51:57 -05:00
sysinfo Automated migration using 2018-03-16 11:03:43 -04:00
system Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
tailfile Fix typos in pkg 2018-02-10 19:43:13 +08:00
tarsum Fix tarsum for go 1.10 2018-04-12 13:34:14 -07:00
term Various code-cleanup 2018-05-23 17:50:54 +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 Add canonical import comment 2018-02-05 16:51:57 -05:00
README.md Rename a few docker to moby 2017-10-25 13:56:12 +02:00

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!