Skip to content

Commit

Permalink
Merge pull request #789 from dereknola/main
Browse files Browse the repository at this point in the history
Define a `go_package` for protobuf, rename to a more unique `ipns-record.proto`
  • Loading branch information
guillaumemichel authored Jan 16, 2025
2 parents 11b5100 + 34a082c commit b7d0d20
Show file tree
Hide file tree
Showing 5 changed files with 273 additions and 272 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,7 @@ The following emojis are used to highlight certain changes:
### Fixed

- `gateway` Fix redirect URLs for subdirectories with characters that need escaping. [#779](https://github.com/ipfs/boxo/pull/779)
- `ipns` Defined a `go_package` name in `ipns-record.proto` to avoid protobuf conflicts [#789](https://github.com/ipfs/boxo/pull/789)

### Security

Expand Down
270 changes: 270 additions & 0 deletions ipns/pb/ipns-record.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 ipns/pb/record.proto → ipns/pb/ipns-record.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package github.com.boxo.ipns.pb;

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

// https://specs.ipfs.tech/ipns/ipns-record/#record-serialization-format
message IpnsRecord {
Expand Down
Loading

0 comments on commit b7d0d20

Please sign in to comment.