1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Anusha Ragunathan 71cd53e4a1
Merge pull request #37177 from cpuguy83/minor_plugin_addr_change
Move plugin client to separate interface
2018-05-31 08:22:04 -07:00
..
aaparser
archive Various code-cleanup 2018-05-23 17:50:54 +02:00
authorization
broadcaster Various code-cleanup 2018-05-23 17:50:54 +02:00
chrootarchive
containerfs
devicemapper Various code-cleanup 2018-05-23 17:50:54 +02:00
directory
discovery
dmesg
filenotify
fileutils Fix typos 2018-05-16 15:31:12 +08:00
fsutils
homedir
idtools Various code-cleanup 2018-05-23 17:50:54 +02:00
ioutils
jsonmessage Various code-cleanup 2018-05-23 17:50:54 +02:00
locker
longpath
loopback
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
pidfile
platform
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
progress
pubsub Various code-cleanup 2018-05-23 17:50:54 +02:00
reexec
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
stringid
symlink
sysinfo
system
tailfile
tarsum
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
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!