An open API service indexing awesome lists of open source software.

https://github.com/jagobagascon/grpc-swift-modules-test

This is a sample project to replicate the following issue https://github.com/grpc/grpc-swift/issues/801
https://github.com/jagobagascon/grpc-swift-modules-test

Last synced: about 2 months ago
JSON representation

This is a sample project to replicate the following issue https://github.com/grpc/grpc-swift/issues/801

Awesome Lists containing this project

README

        

This project is intenteded to replicate [this bug report](https://github.com/grpc/grpc-swift/issues/801).

The Makefile contains three rules:
```shell
generate_single: # generates code in a single call to protoc then moves it to its module
generate: # generates code calling protoc once per module
build: # builds generated code
```