Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/fedragon/protobuf-go-example
https://github.com/fedragon/protobuf-go-example
Last synced: 1 day ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedragon/protobuf-go-example
- Owner: fedragon
- Created: 2021-06-01T21:06:02.000Z (over 3 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T21:21:08.000Z (over 3 years ago)
- Last Synced: 2024-12-17T22:07:22.186Z (8 days ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# protobuf-go-example
## Setup
- Download the latest release of the Protobuf compiler [here](https://github.com/protocolbuffers/protobuf/releases)
- Uncompress it and add its `bin` directory to your `PATH`
- Run `go install google.golang.org/protobuf/cmd/protoc-gen-go`
- Add `$(go env GOPATH)/bin` to your `PATH`## Run
$ make gen-proto build
$ ./example