Skip to content

Commit

Permalink
[Go] Regenerate proto (#63)
Browse files Browse the repository at this point in the history
Signed-off-by: sunby <[email protected]>
  • Loading branch information
sunby committed Sep 28, 2023
1 parent 2f11ae1 commit 5c936b9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion go/storage/manifest/manifest.go
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,14 @@ import (
"fmt"

"github.com/apache/arrow/go/v12/arrow"
"github.com/golang/protobuf/proto"
"github.com/milvus-io/milvus-storage/go/common/log"
"github.com/milvus-io/milvus-storage/go/file/blob"
"github.com/milvus-io/milvus-storage/go/file/fragment"
"github.com/milvus-io/milvus-storage/go/io/fs"
"github.com/milvus-io/milvus-storage/go/io/fs/file"
"github.com/milvus-io/milvus-storage/go/proto/manifest_proto"
"github.com/milvus-io/milvus-storage/go/storage/schema"
"google.golang.org/protobuf/proto"
)

type Manifest struct {
Expand Down

0 comments on commit 5c936b9

Please sign in to comment.