Skip to content

Commit

Permalink
protoc: use --go-grpc_out= as like in isucon10-portal
Browse files Browse the repository at this point in the history
  • Loading branch information
sorah committed Sep 22, 2020
1 parent 224f8a4 commit 0efb89a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion bin/xsuportal-protoc.sh
Original file line number Diff line number Diff line change
Expand Up @@ -19,4 +19,4 @@ bundle exec grpc_tools_ruby_protoc -I../../proto --ruby_out=./lib --grpc_out=./l
cd ${BASE_DIR}/webapp/golang
rm -rf ./proto || true
mkdir -p ./proto
protoc --go_out=plugins=grpc:./proto --go_opt=paths=source_relative -I ../../proto ../../proto/**/*.proto
protoc --go_out=./proto --go-grpc_out=./proto --go_opt=paths=source_relative -I ../../proto ../../proto/**/*.proto

0 comments on commit 0efb89a

Please sign in to comment.