1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Jason Smith dc104ccb40 added documentation for functions
Signed-off-by: Jason Smith <jasonrichardsmith@gmail.com>
2015-04-15 19:28:01 -07:00
..
archive
broadcastwriter
chrootarchive Merge pull request #12360 from yestin/11601-supplement-tests-part-2 2015-04-14 21:00:12 -04:00
devicemapper
directory
etchosts added documentation for functions 2015-04-15 19:28:01 -07:00
fileutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
graphdb Fix wrong graphdb refs paths purging 2015-04-14 23:10:43 +02:00
homedir
httputils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
ioutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
iptables
jsonlog
jsonmessage
listenbuffer
mflag
mount
namesgenerator Merge pull request #12214 from ahmetalpbalkan/namesgenerator/localrand 2015-04-14 13:10:26 -04:00
parsers
pidfile
pools
progressreader
promise
proxy
pubsub
reexec
requestdecorator Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
resolvconf Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
signal
stdcopy
streamformatter
stringid
stringutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
symlink
sysinfo
system
systemd
tailfile
tarsum
term
timeoutconn
timeutils
truncindex
ulimit
units
urlutil
version
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!