agenda/grpcapi/README.md

7 lines
158 B
Markdown
Raw Normal View History

2022-09-05 05:27:52 +00:00
# COOPGO Agenda gRPC API
Generate Go code from proto files :
```
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto
```