moby--moby/pkg
unclejack 55533693be pkg/tarsum: avoid buf2 allocation in Read
Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
2014-08-17 14:45:11 +03:00
..
broadcastwriter Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
graphdb
httputils Extract log utils into pkg/log 2014-08-13 15:18:15 -07:00
iptables
jsonlog
listenbuffer
log move utils.Fataler to pkg/log.Fataler 2014-08-13 15:32:41 -07:00
mflag
mount
namesgenerator
networkfs
parsers
proxy Fix deadlock on failed dial in UDP userland proxy 2014-08-13 17:18:37 +04:00
signal Exit after receiving SIGTERM 2014-08-13 12:18:23 -07:00
symlink
sysinfo
system
systemd
tailfile
tarsum pkg/tarsum: avoid buf2 allocation in Read 2014-08-17 14:45:11 +03:00
term
testutils Graphtest is ok to compile normally 2014-08-07 14:33:09 -07:00
truncindex
units
version Fix equal short-long version number comparison 2014-08-11 23:40:35 +02:00
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!