https://github.com/peburrows/grpc-imports-failure-example
https://github.com/peburrows/grpc-imports-failure-example
Last synced: 8 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/peburrows/grpc-imports-failure-example
- Owner: peburrows
- Created: 2020-06-17T02:58:48.000Z (almost 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-17T03:04:53.000Z (almost 6 years ago)
- Last Synced: 2025-07-01T22:35:59.915Z (12 months ago)
- Language: Elixir
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# Steps to reproduce
```sh
$ git submodule init && git submodule update
$ mix deps.get
$ mix escript.install hex protobuf 0.8.0-beta.1
$ ./generate_and_test.sh
```