etcd/pkg
Anthony Romano bd832e5b0a *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -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 *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
flags *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
httputil pkg/httputil: drop go1.4 tests 2016-03-18 18:45:12 -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 *: migrate Godeps to vendor/ 2016-03-22 17:10:28 -07:00
testutil pkg/testutil: drop go1.4 goroutine leak exception 2016-03-18 18:45:47 -07:00
transport pkg/transport: use ProxyFromEnvironment when constructing a transport 2016-03-21 21:02:42 -07:00
types pkg/types: drop go1.4 tests 2016-03-18 18:45:29 -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.