moby--moby/pkg
Sebastiaan van Stijn f3e6b7065a
Merge pull request #44083 from thaJeztah/archive_cachebust
pkg/archive: remove backward compat hack for go < 1.9
2022-09-07 21:28:40 +02:00
..
aaparser
archive pkg/archive: strip "write" bits again on Windows 2022-09-05 10:50:10 +02:00
authorization
broadcaster
capabilities
chrootarchive
containerfs
devicemapper fix formatting of "nolint" tags for go1.19 2022-07-13 22:31:53 +02:00
directory
dmesg
fileutils
fsutils
homedir
idtools pkg/idtools: remove deprecated NewIdentityMapping, UIDS() and GIDS() 2022-08-09 18:03:29 +02:00
ioutils
jsonmessage pkg/jsonmessage: export "Stream" interface 2022-08-29 16:15:37 +02:00
longpath
loopback
namesgenerator namesgenerator: remove Valentina Tereshkova 2022-09-06 13:37:32 +02:00
parsers
pidfile
platform
plugingetter
plugins
pools
progress
pubsub
reexec
signal
stack
stdcopy
streamformatter
stringid
sysinfo
system replace pkg/system Sequential funcs with moby/sys/sequential 2022-08-30 09:33:49 +02:00
tailfile
tarsum
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!