etcd/pkg
Xiang Li 27d47977d9 etcdserver: move recorder to testutil 2015-01-02 11:21:23 -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 pkg/fileutil: sort filenames during ReadDir 2014-12-18 16:36:11 -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
netutil etcdmain: resolve DNS hostnames for client and peer URLs 2014-12-24 13:12:32 -05:00
pbutil pbutil: add getbool to pbutil 2014-12-30 14:51:26 -08:00
testutil etcdserver: move recorder to testutil 2015-01-02 11:21:23 -08:00
timeutil etcdserver: move getExpr to timeutil 2014-12-29 11:15:02 -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.