storage/pkg
Deshi Xiao a715b0e31b correct pkg/stdcopy NewStdWriter function comments
pkg/stdcopy NewStdWriter function has wrong doc comment,
utils is not correct, it should be stdcopy

Signed-off-by: Deshi Xiao <xiaods@gmail.com>
2015-04-13 17:21:27 +08:00
..
archive
broadcastwriter
chrootarchive
devicemapper
directory
etchosts
fileutils
graphdb
homedir
httputils
ioutils
iptables
jsonlog
jsonmessage
listenbuffer
mflag
mount
namesgenerator namesgenerator: Proposing Kilby/Noyce 2015-04-09 04:11:06 -07:00
parsers
pidfile
pools Remove pools_nopool.go & build tag from pools.go 2015-04-10 02:32:55 +03:00
progressreader
promise
proxy
pubsub
reexec
requestdecorator
resolvconf
signal
stdcopy correct pkg/stdcopy NewStdWriter function comments 2015-04-13 17:21:27 +08:00
streamformatter
stringid
stringutils
symlink
sysinfo
system
systemd
tailfile
tarsum
term Turned off Ctrl+C processing by Windows shell 2015-04-10 15:43:35 -07:00
timeoutconn
timeutils
truncindex
ulimit
units
urlutil
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!