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
- Host: GitHub
- URL: https://github.com/jagobagascon/grpc-swift-modules-test
- Owner: jagobagascon
- Created: 2020-05-20T10:13:41.000Z (about 5 years ago)
- Default Branch: master
- Last Pushed: 2020-05-20T10:59:24.000Z (about 5 years ago)
- Last Synced: 2025-02-08T10:44:54.129Z (4 months ago)
- Language: Makefile
- Homepage:
- Size: 34.2 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
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
```