moby--moby/pkg
Sebastiaan van Stijn 44d42c2b16
replace pkg/fileutils Matching funcs with github.com/moby/patternmatcher
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
(cherry picked from commit 3c69b9f2c5)
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2022-10-01 01:09:36 +02:00
..
aaparser
archive replace pkg/fileutils Matching funcs with github.com/moby/patternmatcher 2022-10-01 01:09:36 +02:00
authorization pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
broadcaster
capabilities
chrootarchive
containerfs
devicemapper pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
directory pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
dmesg
fileutils replace pkg/fileutils Matching funcs with github.com/moby/patternmatcher 2022-10-01 01:09:36 +02:00
fsutils
homedir
idtools pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
ioutils pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
jsonmessage
longpath
loopback pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
namesgenerator pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
parsers
pidfile
platform
plugingetter
plugins pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
pools
progress
pubsub
reexec
signal
stack
stdcopy
streamformatter
stringid
sysinfo pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
system pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
tailfile pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
tarsum pkg/*: fix "empty-lines" (revive) 2022-09-30 23:59:25 +02:00
truncindex
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!