Skip to content

Commit

Permalink
Protobuf pkg name (#850)
Browse files Browse the repository at this point in the history
* Remove github.com prefix from protobuf name
* use org name in protobuf name
  • Loading branch information
gammazero authored Feb 18, 2025
1 parent 065e236 commit 7e1c654
Show file tree
Hide file tree
Showing 10 changed files with 206 additions and 210 deletions.
160 changes: 79 additions & 81 deletions bitswap/message/pb/message.pb.go

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion bitswap/message/pb/message.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package github.ghproxy.top.boxo.bitswap.message.v1.pb;
package ipfs.boxo.bitswap.message.v1.pb;

option go_package = "github.com/ipfs/boxo/bitswap/message/pb";

Expand Down
33 changes: 17 additions & 16 deletions filestore/pb/dataobj.pb.go

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

2 changes: 1 addition & 1 deletion filestore/pb/dataobj.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto3";

package github.ghproxy.top.boxo.filestore.pb;
package ipfs.boxo.filestore.pb;

option go_package = "github.com/ipfs/boxo/filestore/pb";

Expand Down
42 changes: 21 additions & 21 deletions ipld/merkledag/pb/merkledag.pb.go

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

2 changes: 1 addition & 1 deletion ipld/merkledag/pb/merkledag.proto
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
syntax = "proto2";

package github.ghproxy.top.boxo.ipld.merkledag.pb;
package ipfs.boxo.ipld.merkledag.pb;

option go_package = "github.com/ipfs/boxo/ipld/merkledag/pb";

Expand Down
85 changes: 42 additions & 43 deletions ipld/unixfs/pb/unixfs.pb.go

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

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

package github.ghproxy.top.boxo.ipld.unixfs.pb;
package ipfs.boxo.ipld.unixfs.pb;

option go_package = "github.com/ipfs/boxo/ipld/unixfs/pb";

Expand Down
Loading

0 comments on commit 7e1c654

Please sign in to comment.