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

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

Protocol Buffers example by golang
https://github.com/devlights/go-protobuf-example

go golang protobuf protocol-buffers

Last synced: about 2 months ago
JSON representation

Protocol Buffers example by golang

Awesome Lists containing this project

README

        

# go-protobuf-example
Protocol Buffers example by golang

## Install protoc and Go libraries

```sh
make install-requirements
```

## Run protoc

```sh
make protoc
```

## Run example

```sh
make run
```