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
|
de55bb6331
|
pkg: Rename imports after making 'pkg' a module
find -name '*.go' | xargs sed --follow-symlinks -i 's|go.etcd.io/etcd/v3/pkg/|go.etcd.io/etcd/pkg/v3/|g'
go fmt ./...
|
2020-10-13 00:09:27 +02:00 |
|
Piotr Tabor
|
69254d8cf8
|
functional,tests: git mv functional tests/
Modularization: Mechanical move of "functional" directory into tests module using:
% git mv functional tests/
|
2020-10-07 15:03:51 +02:00 |
|