Skip to content

Commit

Permalink
Merge branch 'fix/unixfs-pb-collision' into feat/reduce-globals
Browse files Browse the repository at this point in the history
  • Loading branch information
aschmahmann committed May 30, 2023
2 parents cc1b63d + 31895f1 commit 537e24a
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 537e24a

Please sign in to comment.