*: enable goimports in verify-lint

Signed-off-by: Wei Fu <fuweid89@gmail.com>
This commit is contained in:
Wei Fu
2023-09-21 19:59:30 +08:00
parent 9079ab3c98
commit aa97484166
172 changed files with 403 additions and 446 deletions

View File

@ -20,15 +20,13 @@ import (
"strings"
"testing"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
"go.uber.org/zap"
healthpb "google.golang.org/grpc/health/grpc_health_v1"
"go.etcd.io/etcd/client/pkg/v3/testutil"
"go.etcd.io/etcd/client/pkg/v3/transport"
clientv3 "go.etcd.io/etcd/client/v3"
etcdctlcmd "go.etcd.io/etcd/etcdctl/v3/ctlv3/command"
"go.etcd.io/etcd/tests/v3/framework/config"
intf "go.etcd.io/etcd/tests/v3/framework/interfaces"
)