fix: [skip e2e]golang lint check fail (#34682)

#34680

Signed-off-by: lixinguo <xinguo.li@zilliz.com>
Co-authored-by: lixinguo <xinguo.li@zilliz.com>
pull/34702/head
smellthemoon 2024-07-16 10:47:36 +08:00 committed by GitHub
parent ceb138da6d
commit b5b5afb63f
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
2 changed files with 2 additions and 1 deletions

View File

@ -19,6 +19,7 @@ package datacoord
import (
"context"
"fmt"
"github.com/milvus-io/milvus-proto/go-api/v2/commonpb"
"github.com/milvus-io/milvus-proto/go-api/v2/schemapb"
"github.com/milvus-io/milvus/internal/metastore/kv/datacoord"

View File

@ -1,9 +1,9 @@
package syncutil
import (
"errors"
"testing"
"github.com/cockroachdb/errors"
"github.com/stretchr/testify/assert"
)