moby--moby/pkg
Antonio Murdaca d7544217dd Merge pull request #13978 from cpuguy83/cleanup_sysinfo
cleanup sysinfo package
2015-06-18 22:27:32 +02:00
..
archive linting changes 2015-06-17 01:16:57 +03:00
broadcastwriter
chrootarchive linting changes 2015-06-17 01:16:57 +03:00
devicemapper
directory
fileutils linting changes 2015-06-17 01:16:57 +03:00
graphdb linting changes 2015-06-17 01:16:57 +03:00
homedir
httputils linting changes 2015-06-17 01:16:57 +03:00
ioutils
jsonlog
jsonmessage
listenbuffer linting changes 2015-06-17 01:16:57 +03:00
mflag
mount
namesgenerator Proposing Chandrasekhar, Khorana, Saha for name-generator 2015-06-18 00:52:29 +05:30
parsers
pidfile
plugins
pools
progressreader
promise
proxy
pubsub Fix send on closed channel bug 2015-06-12 15:42:34 +08:00
random
reexec
signal
sockets Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo cleanup sysinfo package 2015-06-17 20:41:14 -04:00
system Merge pull request #12833 from burke/faster-changes 2015-06-12 17:05:34 -07:00
systemd
tailfile
tarsum Carry of PR #13520 2015-06-13 09:27:30 -07:00
term
timeoutconn
timeutils
tlsconfig Refactor TLS code with a new `tlsconfig` package 2015-06-05 12:38:38 -04:00
transport
truncindex
ulimit
units
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!