Skip to content

Commit

Permalink
move hedera-protobuf to vendor
Browse files Browse the repository at this point in the history
  • Loading branch information
QuestofIranon committed Nov 6, 2019
1 parent e802d63 commit ea92529
Show file tree
Hide file tree
Showing 3 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .gitmodules
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
[submodule "hedera-protobuf"]
path = hedera-protobuf
path = vendor
url = https://github.com/QuestofIranon/hedera-protobuf.git
branch = "go-support"
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# hedera-sdk-go

### Rebuilding the Protobufs
`protoc --go_out=plugins=grpc:./hedera_proto -I ./hedera-protobuf/src/main/proto ./hedera-protobuf/src/main/proto/*.proto`
`protoc --go_out=plugins=grpc:./hedera_proto -I ./vendor/src/main/proto ./vendor/src/main/proto/*.proto`

0 comments on commit ea92529

Please sign in to comment.