etcd/pkg
Gyu-Ho Lee 4041bbe571 Merge pull request #5008 from gyuho/gosimple_unused
clean up with gosimple and unused
2016-04-07 23:31:21 -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 *: fix misspell 2016-04-07 21:57:06 -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 *: clean up unused vars, functions 2016-04-06 21:33:55 -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 *: fix based on gosimple and unused 2016-04-07 23:16:37 -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 etcdserver: move membership related code to membership pkg 2016-04-07 14:21:37 -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.