etcd/pkg
Yicheng Qin 190fd446f9 pkg/types: add URLs tests 2015-01-15 10:24:23 -08:00
..
cors pkg/cors: add tests 2015-01-12 18:42:40 -08:00
crc pkg/crc: add test 2015-01-13 11:07:18 -08: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
idutil *: move etcdserver/idutil -> pkg/idutil 2015-01-13 11:54:51 -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 pkg/pbutil: add marshal-related tests 2015-01-12 15:26:55 -08:00
testutil pkg/types: add URLs tests 2015-01-15 10:24:23 -08:00
timeutil etcdserver: move getExpr to timeutil 2014-12-29 11:15:02 -08:00
transport pkg/transport: tests always listen on 127.0.0.1 2015-01-14 13:14:57 -05:00
types pkg/types: add URLs tests 2015-01-15 10:24:23 -08: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.