Skip to content

Commit

Permalink
fix: use /go suffix in go package option (cosmos#127)
Browse files Browse the repository at this point in the history
  • Loading branch information
colin-axner authored Dec 7, 2022
1 parent a21f341 commit b1abd86
Show file tree
Hide file tree
Showing 3 changed files with 66 additions and 65 deletions.
127 changes: 64 additions & 63 deletions go/proofs.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 proto/cosmos/ics23/v1/proofs.proto
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@ syntax = "proto3";

package cosmos.ics23.v1;

option go_package = "github.com/cosmos/ics23";
option go_package = "github.com/cosmos/ics23/go;ics23";

enum HashOp {
// NO_HASH is the default if no data passed. Note this is an illegal argument some places.
Expand Down
2 changes: 1 addition & 1 deletion scripts/protocgen_go.sh
Original file line number Diff line number Diff line change
Expand Up @@ -13,5 +13,5 @@ done

cd ..

cp -r github.com/cosmos/ics23/* ./go
cp -r github.com/cosmos/ics23/go/* ./go
rm -rf github.com

0 comments on commit b1abd86

Please sign in to comment.