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

https://github.com/bygui86/go-protobuf

Golang ProtoBuf sample project
https://github.com/bygui86/go-protobuf

go golang protobuf protobuf3 tutorial

Last synced: 6 months ago
JSON representation

Golang ProtoBuf sample project

Awesome Lists containing this project

README

          

# GoLang - ProtoBuf example

## Instructions

1. compile protobuf files
```
protoc protos/ --go_out=./domain
```

2. run the sample
```shell
go run main.go
```