etcd/pkg
Barak Michener 59a0c64e9f fix import loop, add set to types, and fix comments 2014-11-20 15:38:08 -05:00
..
cors pkg: move everything into subpackages 2014-10-27 09:57:28 -07:00
crc pkg: move /crc to /pkg/crc 2014-09-25 10:50:33 -07:00
fileutil etcd: ensure data dir is writable 2014-10-27 16:52:05 -07:00
flags flag: split out SetFlagsFromEnvBad test; declare return error 2014-11-06 16:40:13 -08:00
pbutil *: handle panic and fatal more consistently 2014-11-05 13:53:24 -08:00
testutil pkg: move everything into subpackages 2014-10-27 09:57:28 -07:00
transport *: print out configuration when necessary 2014-11-13 10:46:42 -08:00
types fix import loop, add set to types, and fix comments 2014-11-20 15:38:08 -05:00
wait pkg/wait: move wait to pkg/wait 2014-11-13 09:11:53 -08:00
README.md pkg: add README.md 2014-10-26 16:28:48 -07:00

README.md

pkg/ is a collection of utility packages used by etcd without being specific to etcd itself. A package belongs here only if it could possibly be moved out into its own repository in the future.