etcd: format import order

golang CodeReviewComments:
https://github.com/golang/go/wiki/CodeReviewComments#imports

Signed-off-by: demoManito <1430482733@qq.com>
This commit is contained in:
demoManito
2022-09-20 11:06:33 +08:00
parent 8650ae83f7
commit f67ec10779
7 changed files with 24 additions and 20 deletions

View File

@ -1,10 +1,12 @@
package clientv3
import (
"testing"
grpccredentials "google.golang.org/grpc/credentials"
"go.etcd.io/etcd/api/v3/v3rpc/rpctypes"
"go.etcd.io/etcd/client/v3/credentials"
grpccredentials "google.golang.org/grpc/credentials"
"testing"
)
type dummyAuthTokenBundle struct{}