Sasha Melentyev
|
c3b6cbdb73
|
all: goimports -w .
Signed-off-by: Sasha Melentyev <sasha@melentyev.io>
|
2022-11-17 19:07:04 +03:00 |
|
Piotr Tabor
|
e33c6dd9df
|
client/v3: Rename of imports
|
2020-10-20 10:13:06 +02:00 |
|
Piotr Tabor
|
dd45d04b2d
|
clientv3/concurrency: Expose examples close to the source-code.
|
2020-10-07 15:46:56 +02:00 |
|
Piotr Tabor
|
3153038ffb
|
tests/integration: Moving integration tests to tests/integration directory
git mv integration ./tests
git mv client/integration/* ./tests/integration/client
git mv clientv3/integration/* ./tests/integration/clientv3
git mv client/example_keys_test.go client/main_test.go tests/integration/client/examples
git mv clientv3/concurrency/*_test.go tests/integration/clientv3/concurrency
git mv etcdserver/api/v2store/store_v2v3_test.go etcdserver/api/v2v3/*_test.go tests/integration/v2store
git mv tests/integration/v2store/store_v2v3_test.go tests/integration/v2store/store_v2v3.go
git mv tests/integration/v2store/store_test.go tests/integration/v2store/store_v2v3_test.go
git mv etcdserver/api/v2store/store_test.go tests/integration/v2store
git mv etcdserver/api/v2store/store_v2_test.go tests/integration/v2store
git mv proxy/grpcproxy/*_test.go tests/integration/proxy/grpcproxy
git mv ./clientv3/snapshot/testdata ./clientv3/snapshot/*_test.go ./tests/integration/snapshot
|
2020-10-07 15:36:21 +02:00 |
|