Andy Liu d851911f86 etcdserver: add unit test. il y a 5 ans
..
adt ffe90b9ff3 pkg/adt: remove TODO il y a 5 ans
contention fc7da09d67 *: add missing godoc package descriptions il y a 8 ans
cors 8b77de4e99 pkg: update LICENSE header il y a 8 ans
cpuutil 0b37ae05b1 pkg: clean up code format il y a 5 ans
crc 81229dbea9 *: add missing package descriptions il y a 9 ans
debugutil 5161b74799 pkg/debugutil: add 'mutex' profiler (Go 1.8+) il y a 7 ans
expect 0ec5023b7b pkg/expect: fix deadlock in mac OS il y a 6 ans
fileutil 962976f2df pkg/fileutil: fix preallocate under OS X kernel il y a 7 ans
flags 7eb9a29e26 pkg/*: add il y a 5 ans
httputil 9def4cb9fe *: Use http.Request.WithContext instead of Cancel il y a 7 ans
idutil d204b6c3b7 idgen: correct comments for id generator il y a 7 ans
ioutil d0c29cc610 pkg/ioutil: configure pageOffset in NewPageWriter il y a 8 ans
logutil 7eb9a29e26 pkg/*: add il y a 5 ans
mock 7eb9a29e26 pkg/*: add il y a 5 ans
netutil dbde4e986b pkg/netutil: return error from "URLStringsEqual" il y a 6 ans
osutil 88a3bb74b3 test, osutil: disable setting SIG_DFL on linux if built with cov tag il y a 7 ans
pathutil 8b77de4e99 pkg: update LICENSE header il y a 8 ans
pbutil cd772ea737 pkg/pbutil: Fix go vet errors il y a 7 ans
proxy 3736a126df pkg/proxy: move from "pkg/transport" il y a 6 ans
report 75110dd839 *: fix naked returns il y a 7 ans
runtime 8b77de4e99 pkg: update LICENSE header il y a 8 ans
schedule f65aee0759 *: replace 'golang.org/x/net/context' with 'context' il y a 7 ans
srv a671703c08 srv: if a host matches a peer, only use if url schemes match il y a 7 ans
stringutil 33c375dc44 *: fill out blank package godocs il y a 7 ans
systemd 7eb9a29e26 pkg/*: add il y a 5 ans
testutil 81fc7c23c2 *: fix gofmt il y a 5 ans
tlsutil 641bddca0f pkg/tlsutil: add "GetCipherSuite" il y a 6 ans
transport d851911f86 etcdserver: add unit test. il y a 5 ans
types 75110dd839 *: fix naked returns il y a 7 ans
wait 54fcdb4b5c pkg/wait: change list's lock to RWMutex il y a 7 ans
README.md 444e6e952b pkg: add README.md il y a 10 ans

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.