1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Moysés Borges 8b0e40bb38 Fixed outdated comment.
Synchronized the comment for httputils/mimetype.DetectContentType
with the actual code.

Signed-off-by: Moysés Borges <moysesb@gmail.com>
2015-07-02 08:17:11 -03:00
..
archive Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00
broadcastwriter
chrootarchive Windows: Docker build starting to work 2015-06-17 10:41:28 -07:00
devicemapper
directory
fileutils linting changes 2015-06-17 01:16:57 +03:00
graphdb fixed typo in graphdb_test failure message 2015-06-28 16:54:05 -07:00
homedir
httputils Fixed outdated comment. 2015-07-02 08:17:11 -03:00
ioutils
jsonlog Add test coverage to pkg/jsonlog 2015-06-27 10:13:47 +02:00
jsonmessage
listenbuffer linting changes 2015-06-17 01:16:57 +03:00
mflag
mount
namesgenerator Proposing Chandrasekhar, Khorana, Saha for name-generator 2015-06-18 00:52:29 +05:30
nat Move /nat to /pkg/nat 2015-06-30 17:43:17 +01:00
parsers Add test coverage to pkg/parsers 2015-06-29 22:30:11 +02:00
pidfile
plugins Plugins JSON spec. 2015-06-29 10:32:18 -07:00
pools daemon: lower allocations 2015-06-30 01:45:31 +03:00
progressreader
promise
proxy
pubsub Fix send on closed channel bug 2015-06-12 15:42:34 +08:00
random
reexec
signal
sockets Plugins JSON spec. 2015-06-29 10:32:18 -07:00
stdcopy Fix Typo in stdcopy.go 2015-06-24 15:00:14 +08:00
streamformatter
stringid
stringutils
symlink
sysinfo Fix sysinfo regression 2015-06-19 09:44:23 +08:00
system Merge pull request #12833 from burke/faster-changes 2015-06-12 17:05:34 -07:00
systemd
tailfile
tarsum Carry of PR #13520 2015-06-13 09:27:30 -07:00
term Fix windows tag in pkg/term 2015-07-01 13:16:16 -07:00
timeoutconn
timeutils
tlsconfig
transport
truncindex
ulimit
units Remove useless conversion 2015-06-24 00:47:08 +08:00
urlutil
useragent
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!