1
0
Fork 0
mirror of https://github.com/moby/moby.git synced 2022-11-09 12:21:53 -05:00
moby--moby/pkg
Sebastiaan van Stijn 07ff4f1de8
goimports: fix imports
Format the source according to latest goimports.

Signed-off-by: Kir Kolyshkin <kolyshkin@gmail.com>
Signed-off-by: Sebastiaan van Stijn <github@gone.nl>
2019-09-18 12:56:54 +02:00
..
aaparser
archive archive: fix race condition in cmdStream 2019-09-11 07:37:14 -04:00
authorization
broadcaster
capabilities
chrootarchive
containerfs
devicemapper
directory TestMoveToSubdir: use sort.Strings() (gosimple) 2019-09-18 12:55:45 +02:00
discovery Setup tests 2019-09-09 21:09:57 +00:00
dmesg
filenotify
fileutils
fsutils
homedir
idtools
ioutils
jsonmessage goimports: fix imports 2019-09-18 12:56:54 +02:00
locker
longpath
loopback
mount
namesgenerator
parsers goimports: fix imports 2019-09-18 12:56:54 +02:00
pidfile
platform Use unix.Uname instead of shelling out to uname on darwin/freebsd 2019-09-03 22:43:16 +02:00
plugingetter
plugins
pools pkg/pools/pools.go: suppress SA6002: argument should be pointer-like for now 2019-09-18 12:55:44 +02:00
progress
pubsub
reexec
signal
stdcopy
streamformatter
stringid
symlink
sysinfo
system goimports: fix imports 2019-09-18 12:56:54 +02:00
tailfile
tarsum
term goimports: fix imports 2019-09-18 12:56:54 +02:00
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!