1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Brian Goff 328d23f625
Merge pull request #42390 from thaJeztah/skip_defunct_test
pkg/fileutils: TestMatches: remove cases no longer valid for go1.16
2021-05-20 11:10:46 -07:00
..
aaparser
archive pkg/archive temporarily skip some tests on Windowsd V19H1 (1903) and up 2021-04-09 01:07:27 +02:00
authorization Update documentation links 2021-02-25 12:11:50 +01:00
broadcaster
capabilities
chrootarchive pkg/chrootarchive: Skip privileged tests when non-root 2020-12-15 09:47:48 +07:00
containerfs
devicemapper
directory
discovery
dmesg
filenotify
fileutils pkg/fileutils: TestMatches: remove cases no longer valid for go1.16 2021-05-18 09:37:13 +02:00
fsutils
homedir
idtools Fix userns-remap option when username & UID match 2021-02-10 15:58:34 +00:00
ioutils
jsonmessage
locker
longpath
loopback
mount
namesgenerator Correct name (right) sort order 2021-03-09 08:22:14 -05:00
parsers
pidfile
platform
plugingetter
plugins
pools
progress
pubsub
reexec
signal pkg/signal.CatchAll: ignore SIGURG on Linux 2021-05-19 19:42:18 +02:00
stdcopy
streamformatter
stringid
symlink
sysinfo
system pkg/system: fix compile on darwin (macOS) 2020-11-10 20:49:09 +01:00
tailfile
tarsum
term
truncindex
urlutil
useragent
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!