moby--moby/pkg
Vincent Demeester 417fce0b77 Merge pull request #21906 from allencloud/fix-typos-pkg
fix typos in pkg
2016-04-09 18:50:42 +02:00
..
aaparser
archive pkg/archive: use more narrow interface for CompressStream 2016-04-07 13:21:05 -07:00
authorization
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools
integration
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mflag
mount
namesgenerator
parsers fix typos in pkg 2016-04-09 21:18:15 +08:00
pidfile
platform fix typos in pkg 2016-04-09 21:18:15 +08:00
plugins fix typo in comment 2016-04-08 00:05:31 -07:00
pools
progress
promise
proxy
pubsub
random
reexec fix typos in pkg 2016-04-09 21:18:15 +08:00
registrar fix typos in pkg 2016-04-09 21:18:15 +08:00
signal
stdcopy
streamformatter
stringid fix typos in pkg 2016-04-09 21:18:15 +08:00
stringutils fix typos in pkg 2016-04-09 21:18:15 +08:00
symlink
sysinfo
system fix typos in pkg 2016-04-09 21:18:15 +08:00
tailfile
tarsum
term
tlsconfig
truncindex
urlutil
useragent
version
README.md

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!