moby--moby/pkg
Hu Keping 96d8c3584c Fix minor typo
Fix minor typo and make the comments of version-comparison functions
uniform.

Signed-off-by: Hu Keping <hukeping@huawei.com>
2015-03-25 00:46:22 +08:00
..
archive Merge pull request #11422 from vbatts/vbatts-overlay_dir_mtime_changes 2015-03-23 15:24:05 -07:00
broadcastwriter
chrootarchive
common moving random.go from utils 2015-02-26 18:31:18 +00:00
devicemapper
directory
etchosts
fileutils
graphdb
homedir
httputils
ioutils
iptables
jsonlog
listenbuffer
mflag
mount
namesgenerator
parsers
pools
progressreader
promise
proxy
pubsub
reexec
resolvconf
signal
stdcopy
symlink
sysinfo
system
systemd
tailfile
tarsum
term
timeoutconn
timeutils
truncindex
ulimit
units
urlutil
version Fix minor typo 2015-03-25 00:46:22 +08: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!