etcd/pkg
Xiang Li b1a45fe1c8 Merge pull request #4274 from xiang90/leasehttp
leasehttp: move lease/http.go to its own pkg
2016-01-25 10:25:25 +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 etcdserver: always check if the data dir is writable before starting etcd 2015-12-29 11:29:01 -08: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 *: add missing package descriptions 2015-11-17 20:54:10 -08:00
ioutil pkg: fix tiny docstring typo in ioutil 2015-12-22 16:37:22 +01:00
logutil pkg/logutil: round off start time, add merge_logger_test.go 2015-12-29 20:00:46 -08:00
netutil *: add missing package descriptions 2015-11-17 20:54:10 -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
testutil *: detect leaky goroutines, fix leaks 2016-01-23 13:52:41 -08:00
timeutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
transport pkg/transport: update timeout transport to reuse conn when timeout is not set 2016-01-25 06:55:54 +08:00
types *: add missing package descriptions 2015-11-17 20:54:10 -08:00
wait pkg/testutil: make Recorder an interface 2016-01-05 09:39:18 -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.