https://github.com/fedragon/protobuf-go-example
https://github.com/fedragon/protobuf-go-example
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/fedragon/protobuf-go-example
- Owner: fedragon
- Created: 2021-06-01T21:06:02.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2021-06-01T21:21:08.000Z (about 4 years ago)
- Last Synced: 2025-04-10T16:21:58.230Z (3 months ago)
- Language: Go
- Size: 1.95 KB
- Stars: 0
- Watchers: 1
- 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