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 9b05aa6ee8 cleanup sysinfo package
Signed-off-by: Brian Goff <cpuguy83@gmail.com>
2015-06-17 20:41:14 -04:00
..
archive linting changes 2015-06-17 01:16:57 +03:00
broadcastwriter
chrootarchive linting changes 2015-06-17 01:16:57 +03:00
devicemapper
directory
fileutils linting changes 2015-06-17 01:16:57 +03:00
graphdb linting changes 2015-06-17 01:16:57 +03:00
homedir
httputils linting changes 2015-06-17 01:16:57 +03:00
ioutils no not print empty keys in docker info 2015-06-01 15:05:20 -07:00
jsonlog
jsonmessage Add test coverage to pkg/jsonmessage 2015-06-02 21:19:38 +02:00
listenbuffer linting changes 2015-06-17 01:16:57 +03:00
mflag
mount
namesgenerator Proposing Bose, Raman and Ramanujan 2015-05-30 04:14:11 +05:30
parsers
pidfile
plugins Don't forget to clenaup tmpdir in TestFileSpecPlugin() 2015-06-04 21:26:15 +08:00
pools
progressreader Modified progress reader to close silently when read is complete. 2015-05-28 14:09:30 -03:00
promise
proxy
pubsub Fix send on closed channel bug 2015-06-12 15:42:34 +08:00
random
reexec
signal
sockets Refactor TLS code with a new tlsconfig package 2015-06-05 12:38:38 -04:00
stdcopy
streamformatter
stringid
stringutils Add test coverage for pkg/stringutils 2015-05-29 15:49:29 +02:00
symlink
sysinfo cleanup sysinfo package 2015-06-17 20:41:14 -04:00
system Merge pull request #12833 from burke/faster-changes 2015-06-12 17:05:34 -07:00
systemd
tailfile
tarsum Carry of PR #13520 2015-06-13 09:27:30 -07:00
term
timeoutconn
timeutils Merge pull request #13165 from ahmetalpbalkan/durations 2015-06-03 22:14:42 +02:00
tlsconfig Refactor TLS code with a new tlsconfig package 2015-06-05 12:38:38 -04:00
transport
truncindex
ulimit
units
urlutil Add syslog-address log-opt 2015-05-29 00:42:11 +02:00
useragent
version
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!