Prepare for checking in generated code
This commit is contained in:
parent
6e764942a2
commit
8f2ef6a57d
5 changed files with 13 additions and 21 deletions
7
Makefile
7
Makefile
|
@ -28,3 +28,10 @@ compress: build
|
|||
generate:
|
||||
rm -rf gen
|
||||
buf generate proto
|
||||
|
||||
install-protobuf-plugins:
|
||||
go install \
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-grpc-gateway \
|
||||
github.com/grpc-ecosystem/grpc-gateway/v2/protoc-gen-openapiv2 \
|
||||
google.golang.org/protobuf/cmd/protoc-gen-go \
|
||||
google.golang.org/grpc/cmd/protoc-gen-go-grpc
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue