moby--moby/pkg
Sebastiaan van Stijn f23c00d870
Various code-cleanup
remove unnescessary import aliases, brackets, and so on.

Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2018-05-23 17:50:54 +02:00
..
aaparser
archive Various code-cleanup 2018-05-23 17:50:54 +02:00
authorization
broadcaster Various code-cleanup 2018-05-23 17:50:54 +02:00
chrootarchive
containerfs
devicemapper Various code-cleanup 2018-05-23 17:50:54 +02:00
directory
discovery
dmesg
filenotify
fileutils Fix typos 2018-05-16 15:31:12 +08:00
fsutils
homedir
idtools Various code-cleanup 2018-05-23 17:50:54 +02:00
ioutils
jsonmessage Various code-cleanup 2018-05-23 17:50:54 +02:00
locker
longpath
loopback
mount pkg/mount/TestMount: fix wrt selinux 2018-05-22 23:30:47 -07:00
namesgenerator Fix typos 2018-05-16 15:31:12 +08:00
parsers
pidfile
platform
plugingetter
plugins Post migration assertion fixes 2018-03-16 11:03:46 -04:00
pools
progress
pubsub Various code-cleanup 2018-05-23 17:50:54 +02:00
reexec
signal Various code-cleanup 2018-05-23 17:50:54 +02:00
stdcopy Merge pull request #37088 from ohbarye/fix-typos-duplicated-the 2018-05-19 20:57:47 +02:00
streamformatter
stringid
symlink
sysinfo
system
tailfile
tarsum
term Various code-cleanup 2018-05-23 17:50:54 +02:00
truncindex Various code-cleanup 2018-05-23 17:50:54 +02:00
urlutil
useragent
README.md

README.md

pkg/ is a collection of utility packages used by the Moby project without being specific to its internals.

Utility packages are kept separate from the moby 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 Moby 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!