1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
John Howard 8228ee4b0f Windows: Archive package changes for Windows daemon
Signed-off-by: John Howard <jhoward@microsoft.com>
2015-05-20 08:55:54 -07:00
..
archive Windows: Archive package changes for Windows daemon 2015-05-20 08:55:54 -07:00
broadcastwriter pkg/broadcastwriter: reset after 4 KB w/o stream 2015-04-01 01:26:19 +03:00
chrootarchive
devicemapper devicemapper: Create a method to get device info with deferred remove field 2015-04-21 18:14:59 -04:00
directory
fileutils Add coverage on pkg/fileutils 2015-04-29 16:27:12 +02:00
graphdb
homedir
httputils
ioutils
jsonlog
jsonmessage
listenbuffer Make API server datastructure 2015-04-20 08:13:39 -07:00
mflag Fix panic when using default-initialized FlagSet 2015-05-18 11:55:38 +02:00
mount
namesgenerator Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
parsers
pidfile
plugins Fixing a Typo in plugins mime-type 2015-05-16 08:49:23 -07:00
pools
progressreader
promise
proxy
pubsub
random Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
reexec Windows: reexec pkg supported 2015-05-08 14:15:53 -07:00
signal
stdcopy
streamformatter
stringid
stringutils Use goroutine-safe version of rand.Source 2015-05-19 12:32:40 -07:00
symlink
sysinfo
system Windows: Archive package changes for Windows daemon 2015-05-20 08:55:54 -07:00
systemd
tailfile Implement tail for docker logs 2014-07-01 23:44:12 +04:00
tarsum
term
timeoutconn
timeutils
transport Add transport package to support CancelRequest 2015-05-18 23:31:42 -04:00
truncindex
ulimit
units clean some redundant else clauses 2015-05-19 10:54:04 +08:00
urlutil Use git url fragment to specify reference and dir context. 2015-05-04 09:28:06 -07:00
useragent requestdecorator: repurpose the package and rename to useragent 2015-05-18 21:51:54 -04:00
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!