Gyu-Ho Lee 27550b229a Merge pull request #7545 from gyuho/go1.7-go1.8 8 лет назад
..
adt beb58c434c *: fix minor typos 8 лет назад
contention fc7da09d67 *: add missing godoc package descriptions 9 лет назад
cors 8b77de4e99 pkg: update LICENSE header 9 лет назад
cpuutil e446c2c2c7 pkg/cpuutil: add cpuutil 9 лет назад
crc 81229dbea9 *: add missing package descriptions 10 лет назад
expect 07129a6370 *: add and expose StopSignal field in ExpectProcess 9 лет назад
fileutil aca2abd8fe *: use 'io.Seek*' for go1.7+ 8 лет назад
flags e4b8c874d2 pkg/flags: fixed prefix checking of the env variables 9 лет назад
httputil 9def4cb9fe *: Use http.Request.WithContext instead of Cancel 9 лет назад
idutil 8b77de4e99 pkg: update LICENSE header 9 лет назад
ioutil d0c29cc610 pkg/ioutil: configure pageOffset in NewPageWriter 9 лет назад
logutil 9473e9c30e pkg: use etcd as logging repo 9 лет назад
mock 2f96a68a20 etcdserver: do not send v2 sync if ttl keys do not exist 9 лет назад
monotime e7f4010cca lease: Use monotonic time in lease 9 лет назад
netutil f97a077257 netutil: use ipv4 host by default 9 лет назад
osutil 9473e9c30e pkg: use etcd as logging repo 9 лет назад
pathutil 8b77de4e99 pkg: update LICENSE header 9 лет назад
pbutil 9473e9c30e pkg: use etcd as logging repo 9 лет назад
report ae7b4ee8ed *: fix gosimple warning for fmt.Sprintf("%s") 8 лет назад
runtime 8b77de4e99 pkg: update LICENSE header 9 лет назад
schedule fc7da09d67 *: add missing godoc package descriptions 9 лет назад
stringutil 9f0ee53e86 etcd-runner: move string generation to pkg/stringutil 9 лет назад
testutil eb6a47f87e testutil: add CheckAfterTest for calling AfterTest without a testing.T 8 лет назад
tlsutil fc7da09d67 *: add missing godoc package descriptions 9 лет назад
transport 2f1542c06d *: use filepath.Join for files 8 лет назад
types 54d56e2531 pkg/types: accept unix and unixs schemes 9 лет назад
wait 83de13e4a8 etcdserver: support apply wait 9 лет назад
README.md 444e6e952b pkg: add README.md 11 лет назад

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.