moby--moby/pkg
Aaron Lehmann 35e498beca Fix golint nit in term_windows.go
Signed-off-by: Aaron Lehmann <aaron.lehmann@docker.com>
2015-07-27 17:40:49 -07:00
..
ansiescape Use notary library for trusted image fetch and signing 2015-07-24 14:08:20 -07:00
archive *: s/direcotry/directory/g typo 2015-07-27 11:29:28 -04:00
broadcastwriter
chrootarchive Enable validate-lint as part of CI 2015-07-22 15:23:34 -07:00
devicemapper
directory
fileutils
graphdb
homedir
httputils
ioutils
jsonlog
jsonmessage
listenbuffer
mflag cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
mount
namesgenerator
nat Fix go vet errors 2015-07-25 17:00:10 -04:00
parsers Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
pidfile Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
plugins Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
pools Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
progressreader Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
promise
proxy Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
pubsub
random
reexec reexec: Use in-memory binary on linux instead of os.Args[0] 2015-07-24 14:15:50 -04:00
signal Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
sockets Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
stdcopy
streamformatter Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
stringid Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
stringutils Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
symlink
sysinfo
system
systemd Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
tailfile Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
tarsum Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
term Fix golint nit in term_windows.go 2015-07-27 17:40:49 -07:00
timeoutconn Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
timeutils Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
tlsconfig cli: new daemon command and new cli package 2015-07-23 19:44:46 -04:00
truncindex Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
ulimit Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
units Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
urlutil Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
useragent Lint on pkg/* packages 2015-07-27 21:26:21 +02:00
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!