Skip to content

Commit

Permalink
fix import error
Browse files Browse the repository at this point in the history
  • Loading branch information
loloxwg committed Oct 20, 2023
1 parent c7a655a commit 358c080
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion go/io/fs/minio_fs.go
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,7 @@ import (
"fmt"
"io"
"net/url"
"strings"

"github.com/milvus-io/milvus-storage/go/common/constant"
"github.com/milvus-io/milvus-storage/go/common/errors"
Expand All @@ -18,7 +19,7 @@ import (
type MinioFs struct {
client *minio.Client
bucketName string
path string
path string
}

func (fs *MinioFs) MkdirAll(dir string, i int) error {
Expand Down

0 comments on commit 358c080

Please sign in to comment.