1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Qiang Huang f3dc351697 remove redundant warning
And warning is not supposed to have a prefix WARNING.

Signed-off-by: Qiang Huang <h.huangqiang@huawei.com>
2015-04-22 08:15:00 +08:00
..
archive Fix vet warning 2015-04-13 11:43:30 -07:00
broadcastwriter
chrootarchive Merge pull request #12360 from yestin/11601-supplement-tests-part-2 2015-04-14 21:00:12 -04:00
devicemapper devmapper: Use a pointer as argument to deferred function UdevWait() 2015-04-02 16:47:14 -04:00
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 Add minor stylistic fixes 2015-04-16 21:22:32 +02:00
jsonlog
jsonmessage
listenbuffer Make API server datastructure 2015-04-20 08:13:39 -07:00
mflag
mount Add documentation for exported functions and types 2015-04-03 11:33:34 +02:00
namesgenerator Merge pull request #12214 from ahmetalpbalkan/namesgenerator/localrand 2015-04-14 13:10:26 -04: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 Removed go1.3.3 support 2015-04-20 23:09:08 +02:00
resolvconf Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
signal
stdcopy correct pkg/stdcopy NewStdWriter function comments 2015-04-13 17:21:27 +08:00
streamformatter Add minor stylistic fixes 2015-04-16 21:22:32 +02:00
stringid
stringutils Refactor utils/utils, fixes #11923 2015-04-14 01:37:36 +02:00
symlink
sysinfo remove redundant warning 2015-04-22 08:15:00 +08:00
system
systemd
tailfile
tarsum
term Merge pull request #12471 from coolljt0725/fix_weird_output_format 2015-04-20 17:01:02 -07:00
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!