reg/vendor/github.com/docker/docker-ce/components/engine/pkg
Jess Frazelle 8e5eba8735
switch to dep
Signed-off-by: Jess Frazelle <acidburn@microsoft.com>
2017-12-11 14:50:55 -05:00
..
aaparser switch to dep 2017-12-11 14:50:55 -05:00
archive switch to dep 2017-12-11 14:50:55 -05:00
authorization switch to dep 2017-12-11 14:50:55 -05:00
broadcaster switch to dep 2017-12-11 14:50:55 -05:00
chrootarchive switch to dep 2017-12-11 14:50:55 -05:00
containerfs switch to dep 2017-12-11 14:50:55 -05:00
devicemapper switch to dep 2017-12-11 14:50:55 -05:00
directory switch to dep 2017-12-11 14:50:55 -05:00
discovery switch to dep 2017-12-11 14:50:55 -05:00
dmesg switch to dep 2017-12-11 14:50:55 -05:00
filenotify switch to dep 2017-12-11 14:50:55 -05:00
fileutils switch to dep 2017-12-11 14:50:55 -05:00
fsutils switch to dep 2017-12-11 14:50:55 -05:00
homedir switch to dep 2017-12-11 14:50:55 -05:00
idtools switch to dep 2017-12-11 14:50:55 -05:00
ioutils switch to dep 2017-12-11 14:50:55 -05:00
jsonmessage switch to dep 2017-12-11 14:50:55 -05:00
locker switch to dep 2017-12-11 14:50:55 -05:00
longpath switch to dep 2017-12-11 14:50:55 -05:00
loopback switch to dep 2017-12-11 14:50:55 -05:00
mount switch to dep 2017-12-11 14:50:55 -05:00
namesgenerator switch to dep 2017-12-11 14:50:55 -05:00
parsers switch to dep 2017-12-11 14:50:55 -05:00
pidfile switch to dep 2017-12-11 14:50:55 -05:00
platform switch to dep 2017-12-11 14:50:55 -05:00
plugingetter switch to dep 2017-12-11 14:50:55 -05:00
plugins switch to dep 2017-12-11 14:50:55 -05:00
pools switch to dep 2017-12-11 14:50:55 -05:00
progress switch to dep 2017-12-11 14:50:55 -05:00
pubsub switch to dep 2017-12-11 14:50:55 -05:00
reexec switch to dep 2017-12-11 14:50:55 -05:00
signal switch to dep 2017-12-11 14:50:55 -05:00
stdcopy switch to dep 2017-12-11 14:50:55 -05:00
streamformatter switch to dep 2017-12-11 14:50:55 -05:00
stringid switch to dep 2017-12-11 14:50:55 -05:00
symlink switch to dep 2017-12-11 14:50:55 -05:00
sysinfo switch to dep 2017-12-11 14:50:55 -05:00
system switch to dep 2017-12-11 14:50:55 -05:00
tailfile switch to dep 2017-12-11 14:50:55 -05:00
tarsum switch to dep 2017-12-11 14:50:55 -05:00
term switch to dep 2017-12-11 14:50:55 -05:00
truncindex switch to dep 2017-12-11 14:50:55 -05:00
urlutil switch to dep 2017-12-11 14:50:55 -05:00
useragent switch to dep 2017-12-11 14:50:55 -05:00
README.md switch to dep 2017-12-11 14:50:55 -05:00

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!