groups-management/grpcapi/README.md

7 lines
169 B
Markdown
Raw Permalink Normal View History

2022-08-11 15:21:32 +00:00
# COOPGO Groups Management gRPC API
Generate Go code from proto files :
```
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto
```