1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Daniel Nephin fb42e84772 Remove unnecessary json.Unmarshal wrapper.
Signed-off-by: Daniel Nephin <dnephin@docker.com>
2016-08-23 15:11:46 -04:00
..
aaparser
archive Don't create devices if in a user namespace 2016-08-12 16:26:58 -04:00
authorization
broadcaster
chrootarchive Use real chroot if daemon is running in a user namespace 2016-08-12 16:31:01 -04:00
devicemapper devmapper: prevent libdevmapper from deleting device symlinks in RemoveDeviceDeferred 2016-08-23 23:58:53 +08:00
directory
discovery
filenotify
fileutils
gitutils
graphdb
homedir
httputils
idtools
integration Remove unnecessary json.Unmarshal wrapper. 2016-08-23 15:11:46 -04:00
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback
mflag Merge pull request #24717 from icaoweiwei/patch_2016-07-16_1 2016-08-12 10:54:01 -07:00
mount
namesgenerator
parsers
pidfile
platform
plugins
pools
progress
promise
pubsub
random
reexec make more pkgs support darwin 2016-08-10 22:56:05 +08:00
registrar
signal
stdcopy
streamformatter
stringid
stringutils Implement stringutils.Ellipsis() 2016-08-11 14:14:06 +02:00
symlink
sysinfo make more pkgs support darwin 2016-08-10 22:56:05 +08:00
system make more pkgs support darwin 2016-08-10 22:56:05 +08:00
tailfile
tarsum
term make more pkgs support darwin 2016-08-10 22:56:05 +08:00
testutil
tlsconfig
truncindex
urlutil
useragent
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!