1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
..
aaparser Also trim "~..." from AppArmor versions 2020-10-08 17:03:51 -07:00
archive
authorization
broadcaster
capabilities
chrootarchive
containerfs
devicemapper
directory
dmesg
fileutils
fsutils refactor: move from io/ioutil to io and os package 2021-08-27 14:56:57 +08:00
homedir
idtools
ioutils
jsonmessage
longpath
loopback
namesgenerator
parsers
pidfile
platform all: use unix.ByteSliceToString for utsname fields 2022-05-18 17:13:20 -07:00
plugingetter
plugins
pools
progress
pubsub
reexec
signal
stack all: replace strings.Replace with strings.ReplaceAll 2022-05-09 19:45:40 +08:00
stdcopy
streamformatter bump gotest.tools v3.0.1 for compatibility with Go 1.14 2020-02-11 00:06:42 +01:00
stringid Entropy cannot be saved 2019-06-07 11:54:45 +01:00
sysinfo
system
tailfile
tarsum pkg/archive: audit gosec file-traversal lints 2022-02-18 15:42:22 -05:00
truncindex
urlutil
useragent Add canonical import comment 2018-02-05 16:51:57 -05:00
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!