etcd/contrib
Gyuho Lee 1caaa9ed4a test: test update for Go 1.12.5 and related changes
Update to Go 1.12.5 testing. Remove deprecated unused and gosimple
pacakges, and mask staticcheck 1006. Also, fix unconvert errors related
to unnecessary type conversions and following staticcheck errors:
- remove redundant return statements
- use for range instead of for select
- use time.Since instead of time.Now().Sub
- omit comparison to bool constant
- replace T.Fatal and T.Fatalf in tests with T.Error and T.Fatalf respectively because the goroutine calls T.Fatal must be called in the same goroutine as the test
- fix error strings that should not be capitalized
- use sort.Strings(...) instead of sort.Sort(sort.StringSlice(...))
- use he status code of Canceled instead of grpc.ErrClientConnClosing which is deprecated
- use use status.Errorf instead of grpc.Errorf which is deprecated

Related #10528 #10438
2019-06-05 17:02:05 -04:00
..
raftexample test: test update for Go 1.12.5 and related changes 2019-06-05 17:02:05 -04:00
recipes *: revert module import paths 2019-05-28 15:39:35 -07:00
systemd *: path changes for moving to github/etcd-io/etcd 2018-09-03 21:57:23 +05:30
README.md contrib: add etcd cluster deploy on systemd docs 2017-01-26 16:56:55 -08:00

README.md

Contrib

Scripts and files which may be useful but aren't part of the core etcd project.