ashokdey / protocol-buffers-test

Basic use of Protocol Buffers v3 with golang.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Protocol Buffers

Basic use of Protocol Buffers v3 with golang.

Commands

# install the gopakage for creating the go class
go get -u github.com/golang/protobuf/protoc-gen-go

# run the command to generate compiled go class
protoc  --go_out=protobuff/compiled  protobuff/*proto

About

Basic use of Protocol Buffers v3 with golang.


Languages

Language:Go 100.0%