etcd/pkg
Xiang Li cea29fe158 etcdserver: move getExpr to timeutil 2014-12-29 11:15:02 -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 *: handle panic and fatal more consistently 2014-11-05 13:53:24 -08:00
testutil *: move srv into pkg discovery 2014-12-24 21:37:20 -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.