Skip to content

Commit

Permalink
Fix plugin.proto
Browse files Browse the repository at this point in the history
  • Loading branch information
amaury1093 committed Jan 26, 2023
1 parent a6c82a1 commit 5ee00ef
Show file tree
Hide file tree
Showing 2 changed files with 37 additions and 34 deletions.
2 changes: 1 addition & 1 deletion protoc-gen-gogo/plugin/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@
# at src/google/protobuf/compiler/plugin.proto
# Also we need to fix an import.
regenerate:
protoc --gogo_out=Mgoogle/protobuf/descriptor.proto=github.com/cosmos/gogoproto/protoc-gen-gogo/descriptor:. -I=../../protobuf/google/protobuf/compiler/:../../protobuf/ ../../protobuf/google/protobuf/compiler/plugin.proto
protoc --gogo_out=Mgoogle/protobuf/descriptor.proto=github.com/cosmos/gogoproto/protoc-gen-gogo/descriptor:. -I=../../protobuf/ ../../protobuf/google/protobuf/compiler/plugin.proto && mv google/protobuf/compiler/plugin.pb.go .
69 changes: 36 additions & 33 deletions protoc-gen-gogo/plugin/plugin.pb.go

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

0 comments on commit 5ee00ef

Please sign in to comment.