etcd/pkg
Hongchao Deng dcaf5ef586 move store recorder to 'mock/mockstore' 2016-03-15 15:41:07 -07:00
..
adt pkg/adt: interval tree 2016-02-29 15:20:30 -08:00
contention etcdserver: detect raft starvation caused by contention 2016-02-29 17:06:57 -08:00
cors *: add missing package descriptions 2015-11-17 20:54:10 -08:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
fileutil wal: support fadatasync on linux 2016-03-13 17:22:53 -07:00
flags *: add missing package descriptions 2015-11-17 20:54:10 -08:00
httputil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
idutil *: exported godoc fixups 2016-02-21 20:36:44 -08:00
ioutil pkg: fix tiny docstring typo in ioutil 2015-12-22 16:37:22 +01:00
logutil logutil: fix typo in comment 2016-01-29 16:01:19 +09:00
mock move store recorder to 'mock/mockstore' 2016-03-15 15:41:07 -07:00
netutil pkg/netutil: add linux netem functions 2016-03-03 10:14:28 -08:00
osutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
pathutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
pbutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
runtime *: add missing package descriptions 2015-11-17 20:54:10 -08:00
schedule *: fix schedule.Wait race 2016-02-11 15:21:33 -08:00
testutil pkg/testutil: more aggressive goroutine stack trace coalescing 2016-02-02 21:20:24 -08:00
transport *: fix many typos 2016-01-31 21:42:39 -08:00
types *: fix many typos 2016-01-31 21:42:39 -08:00
wait move store recorder to 'mock/mockstore' 2016-03-15 15:41:07 -07: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.