https://github.com/emcfarlane/rrpc
https://github.com/emcfarlane/rrpc
Last synced: over 1 year ago
JSON representation
- Host: GitHub
- URL: https://github.com/emcfarlane/rrpc
- Owner: emcfarlane
- Created: 2015-12-20T22:43:18.000Z (over 10 years ago)
- Default Branch: master
- Last Pushed: 2015-12-20T23:58:12.000Z (over 10 years ago)
- Last Synced: 2024-04-21T00:58:22.249Z (about 2 years ago)
- Language: Go
- Size: 10.7 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
rrpc
====
A rabbitmq rpc service.
Installation
------------
Install the plugin with
```
cd plugin
make
```
ensure your GOPATH environment is set.
Running
-------
```
protoc --go_out=plugins=rrpc:. *.proto
```
TODO
----
everything