etcd/pkg
Anthony Romano dc420d660e e2e, pkg/expect: distinguish between Stop and Close
Fixes #4928
2016-04-03 11:45:02 -07:00
..
adt *: clean up bool comparison 2016-04-02 18:27:54 -07:00
contention etcdserver: detect raft starvation caused by contention 2016-02-29 17:06:57 -08:00
cors test: check formatting for all relevant packages in pkg/ 2016-03-30 15:14:24 -07:00
crc *: add missing package descriptions 2015-11-17 20:54:10 -08:00
expect e2e, pkg/expect: distinguish between Stop and Close 2016-04-03 11:45:02 -07:00
fileutil *: clean up if, bool comparison 2016-04-02 12:55:11 -07:00
flags etcdctlv3: accept evn for global configuration flags 2016-03-25 14:23:32 -07:00
httputil *: drain http.Response.Body before closing 2016-03-30 09:35:47 -07: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 *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
mock move store recorder to 'mock/mockstore' 2016-03-15 15:41:07 -07:00
netutil *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
osutil *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
pathutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
pbutil *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
runtime *: add missing package descriptions 2015-11-17 20:54:10 -08:00
schedule test: check formatting for all relevant packages in pkg/ 2016-03-30 15:14:24 -07:00
testutil test: check formatting for all relevant packages in pkg/ 2016-03-30 15:14:24 -07:00
tlsutil *: move baisc tls util funcs to tlsutil pkg 2016-03-31 09:45:45 -07:00
transport *: move baisc tls util funcs to tlsutil pkg 2016-03-31 09:45:45 -07:00
types test: check formatting for all relevant packages in pkg/ 2016-03-30 15:14:24 -07: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.