Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/fedragon/protobuf-go-example


https://github.com/fedragon/protobuf-go-example

Last synced: 1 day ago
JSON representation

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