Skip to content

Commit

Permalink
feat(unixfs): change protobuf package name to unixfs.v1.pb to prevent…
Browse files Browse the repository at this point in the history
… collisions with go-unixfs. Also regenerate protobufs with latest gogo
  • Loading branch information
aschmahmann committed Jun 7, 2023
1 parent ade5ad0 commit f29903b
Show file tree
Hide file tree
Showing 2 changed files with 27 additions and 25 deletions.
48 changes: 24 additions & 24 deletions ipld/unixfs/pb/unixfs.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 3 additions & 1 deletion ipld/unixfs/pb/unixfs.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,8 @@
syntax = "proto2";

package unixfs.pb;
package unixfs.v1.pb;

option go_package = "unixfs_pb";

message Data {
enum DataType {
Expand Down

0 comments on commit f29903b

Please sign in to comment.