fleets/grpcapi/README.md

7 lines
158 B
Markdown
Raw Permalink Normal View History

2022-08-12 12:49:16 +00:00
# COOPGO Fleets gRPC API
Generate Go code from proto files :
```
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto
```