moby--moby/pkg
Sebastiaan van Stijn d4e48af48d
Merge pull request #36918 from Sh4d1/master
add verification to check if escapeKeys have elements (pkg/term/proxy.go)
2018-04-30 11:57:21 +02:00
..
aaparser
archive Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
authorization Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
broadcaster
chrootarchive Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
containerfs
devicemapper
directory
discovery
dmesg
filenotify
fileutils
fsutils
homedir
idtools Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
ioutils Switch from x/net/context -> context 2018-04-23 13:52:44 -07:00
jsonmessage
locker
longpath
loopback
mount
namesgenerator
parsers
pidfile
platform
plugingetter
plugins
pools
progress
pubsub
reexec
signal
stdcopy
streamformatter
stringid
symlink
sysinfo
system Skip some tests requires root uid when run as user 2018-04-23 10:14:39 +02:00
tailfile
tarsum
term Add verification and test to check if escapeKeys is not empty 2018-04-30 00:32:43 +02: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!