Goimports: Apply automated fixing to test files as well.

Signed-off-by: Piotr Tabor <ptab@google.com>
This commit is contained in:
Piotr Tabor
2022-12-29 12:58:55 +01:00
parent 6f899a7b40
commit 9abc895122
109 changed files with 201 additions and 98 deletions

View File

@ -20,9 +20,10 @@ import (
"github.com/coreos/go-semver/semver"
"github.com/stretchr/testify/assert"
"go.etcd.io/bbolt"
"go.uber.org/zap/zaptest"
"go.etcd.io/bbolt"
"go.etcd.io/etcd/server/v3/storage/backend"
betesting "go.etcd.io/etcd/server/v3/storage/backend/testing"
)