carpool-service/servers/grpc/proto/README.md

5 lines
135 B
Markdown
Raw Normal View History

2023-03-27 18:54:56 +00:00
# Protocol buffer spec of the gRPC API
```
protoc --go_out=paths=source_relative:. --go-grpc_out=paths=source_relative:. ./*.proto
```