chore: gofumpt (#2439)

This commit is contained in:
Kevin Wan
2022-09-22 22:40:01 +08:00
committed by GitHub
parent 2e1e4f3574
commit 1a6d7b3ef6
8 changed files with 29 additions and 29 deletions

View File

@@ -2,7 +2,6 @@ package internal
import (
"context"
"go.etcd.io/etcd/api/v3/etcdserverpb"
"sync"
"testing"
@@ -12,6 +11,7 @@ import (
"github.com/zeromicro/go-zero/core/lang"
"github.com/zeromicro/go-zero/core/logx"
"github.com/zeromicro/go-zero/core/stringx"
"go.etcd.io/etcd/api/v3/etcdserverpb"
"go.etcd.io/etcd/api/v3/mvccpb"
clientv3 "go.etcd.io/etcd/client/v3"
)