moby--moby/pkg
Tobias Klauser 01f70b028e Switch Stat syscalls to x/sys/unix
Switch some more usage of the Stat function and the Stat_t type from the
syscall package to golang.org/x/sys. Those were missing in PR #33399.

Signed-off-by: Tobias Klauser <tklauser@distanz.ch>
2017-07-27 10:09:02 +02:00
..
aaparser
archive archive: add test for prefix header 2017-07-14 10:20:48 -07:00
authorization
broadcaster
chrootarchive
devicemapper devmapper_wrapper.go: fix gcc warning 2017-07-17 17:46:44 -07:00
directory
discovery
filenotify
fileutils
fsutils
homedir
idtools Switch Stat syscalls to x/sys/unix 2017-07-27 10:09:02 +02:00
ioutils
jsonlog
jsonmessage
listeners
locker
longpath
loopback Switch Stat syscalls to x/sys/unix 2017-07-27 10:09:02 +02:00
mount In the case of remounting with changed data, need to call mount 2017-07-13 15:48:58 +01:00
namesgenerator
parsers
pidfile
platform
plugingetter
plugins
pools
progress
promise
pubsub
reexec
signal
stdcopy
streamformatter
stringid
stringutils
symlink
sysinfo sysinfo: use Prctl() from x/sys/unix 2017-07-17 10:37:42 +02:00
system
tailfile
tarsum
templates
term Merge pull request #33987 from dnephin/cleanup-more-hack 2017-07-27 00:29:13 +02:00
testutil
tlsconfig
truncindex
urlutil
useragent
README.md

README.md

pkg/ is a collection of utility packages used by the Docker project without being specific to its internals.

Utility packages are kept separate from the docker 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 Docker 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!