1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Brian Goff f78091897a Revert "pkg: remove unused filenotify"
This reverts commit ee99b5f2e9.

Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2016-02-23 21:43:46 -05:00
..
aaparser apparmor: fix version checks to work properly 2016-02-15 20:36:07 +11:00
archive
authorization Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify Revert "pkg: remove unused filenotify" 2016-02-23 21:43:46 -05:00
fileutils
gitutils
graphdb
homedir
httputils Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
idtools
integration
ioutils
jsonlog
jsonmessage
locker
longpath
loopback
mflag
mount
namesgenerator
parsers
pidfile
platform
plugins Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
pools
progress
promise
proxy
pubsub Use pool for pubsub Publish's waitgroups 2016-02-17 14:36:57 -05:00
random
reexec
registrar
signal
stdcopy Fix some typos in comments and strings 2016-02-22 20:27:15 +01:00
streamformatter
stringid
stringutils
symlink
sysinfo
system
tailfile
tarsum
term
tlsconfig
truncindex
urlutil
useragent
version
README.md

pkg/ is a collection of utility packages used by the Docker project without being specific to its internals.

Utility packages are kept separate from the docker 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 Docker 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!