Xiang Li c3d2f5eea0 pbutil: add getbool to pbutil 11 years ago
..
cors 6e6d1897d8 pkg: move everything into subpackages 11 years ago
crc 2f6086de22 pkg: move /crc to /pkg/crc 11 years ago
fileutil 1ec98cb795 pkg/fileutil: sort filenames during ReadDir 11 years ago
flags a1f648e5db etcdmain: format usage 11 years ago
ioutils 61ce494386 rafthttp: limit the buffer for every read correctly 11 years ago
netutil 705ec45083 etcdmain: resolve DNS hostnames for client and peer URLs 11 years ago
pbutil c3d2f5eea0 pbutil: add getbool to pbutil 11 years ago
testutil 08e9c25ea5 *: move srv into pkg discovery 11 years ago
timeutil cea29fe158 etcdserver: move getExpr to timeutil 11 years ago
transport 3cc4cdd363 pkg/transport: change write size from 1MB -> 5MB 11 years ago
types 59a0c64e9f fix import loop, add set to types, and fix comments 11 years ago
wait 0d18a0f381 pkg/wait: move wait to pkg/wait 11 years ago
README.md 444e6e952b pkg: add README.md 11 years ago

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.