1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Tonis Tiigi 4d4ef98326 Fix panic on winsize syscall
Signed-off-by: Tonis Tiigi <tonistiigi@gmail.com>
2016-04-13 17:08:00 -07:00
..
aaparser
archive
authorization Move middleware to interfaces. 2016-04-11 09:19:27 -07:00
broadcaster
chrootarchive
devicemapper
directory
discovery
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools
integration
ioutils
jsonlog
jsonmessage
listeners pkg: listeners: move Docker-specific semantics to docker/daemon* 2016-04-12 12:50:43 +10:00
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
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 Fix panic on winsize syscall 2016-04-13 17:08:00 -07:00
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!