Skip to content

Commit

Permalink
etcdserver: fix goimports v3_server.go
Browse files Browse the repository at this point in the history
Signed-off-by: redwrasse <[email protected]>
  • Loading branch information
redwrasse committed Aug 28, 2024
1 parent c8a77c9 commit de84109
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions server/etcdserver/v3_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,13 @@ import (
"encoding/base64"
"encoding/binary"
errorspkg "errors"
"strconv"
"time"

"github.com/gogo/protobuf/proto"
"go.uber.org/zap"
"golang.org/x/crypto/bcrypt"

pb "go.etcd.io/etcd/api/v3/etcdserverpb"
"go.etcd.io/etcd/api/v3/version"
"go.etcd.io/etcd/pkg/v3/traceutil"
Expand All @@ -33,10 +39,6 @@ import (
"go.etcd.io/etcd/server/v3/lease/leasehttp"
"go.etcd.io/etcd/server/v3/storage/mvcc"
"go.etcd.io/raft/v3"
"go.uber.org/zap"
"golang.org/x/crypto/bcrypt"
"strconv"
"time"
)

const (
Expand Down

0 comments on commit de84109

Please sign in to comment.