etcd/pkg
Gyu-Ho Lee 497bbd3010 *: FatalStack to stacktrace tests after timeout
Related to https://github.com/coreos/etcd/issues/4065.
2016-01-14 10:20:14 -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 *: FatalStack to stacktrace tests after timeout 2016-01-14 10:20:14 -08:00
timeutil *: add missing package descriptions 2015-11-17 20:54:10 -08:00
transport *: fix minor typos 2016-01-14 01:28:29 -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.