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

https://github.com/saswatamcode/protobuf_using_go

A simple demo of Protocol Buffers using Go.
https://github.com/saswatamcode/protobuf_using_go

golang protobuf protocol-buffers

Last synced: 12 months ago
JSON representation

A simple demo of Protocol Buffers using Go.

Awesome Lists containing this project

README

          

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT)
[![Maintenance](https://img.shields.io/badge/Maintained%3F-yes-green.svg)](https://GitHub.com/Naereen/StrapDown.js/graphs/commit-activity)
[![Ask Me Anything !](https://img.shields.io/badge/Ask%20me-anything-1abc9c.svg)](https://GitHub.com/Naereen/ama)
[![made-for-VSCode](https://img.shields.io/badge/Made%20for-VSCode-1f425f.svg)](https://code.visualstudio.com/)
[![GitHub forks](https://img.shields.io/github/forks/saswatamcode/protobuf_using_go?)](https://GitHub.com/saswatamcode/protobuf_using_go/network/)
[![GitHub stars](https://img.shields.io/github/stars/saswatamcode/protobuf_using_go?)](https://GitHub.com/saswatamcode/protobuf_using_go/stargazers/)
[![GitHub issues](https://img.shields.io/github/issues/saswatamcode/protobuf_using_go.svg)](https://GitHub.com/saswatamcode/protobuf_using_go/issues/)
[![Open Source Love svg1](https://badges.frapsoft.com/os/v1/open-source.svg?v=103)](https://github.com/ellerbrock/open-source-badges/)

# Protocol Buffers Using Go
A simple demo of Protocol Buffers using Go.

## To Run
- Clone into repo
- Run `go get`
- Run `go run main.go book.pb.go`