diags/grpcapi/README.md

7 lines
157 B
Markdown
Raw Permalink Normal View History

2024-11-20 13:31:46 +00:00
# COOPGO Diags gRPC API
Generate Go code from proto files :
```
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto
```