etcd/pkg
Xiang Li ea94d19147 *: lock the in using files; do not purge locked the wal files 2014-12-14 19:27:22 -08: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 *: lock the in using files; do not purge locked the wal files 2014-12-14 19:27:22 -08:00
flags etcdmain: format usage 2014-12-04 17:21:23 -08:00
ioutils rafthttp: limit the buffer for every read correctly 2014-11-24 17:39:39 -08:00
pbutil *: handle panic and fatal more consistently 2014-11-05 13:53:24 -08:00
testutil Merge pull request #1859 from xiang90/pause_test 2014-12-04 15:11:59 -08:00
transport pkg/transport: change write size from 1MB -> 5MB 2014-12-13 11:32:29 -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.