unicod3 / protobuf-example

A protobuf demo for @IzmirGophers event

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

INSTALL

Download and Install the compiler https://github.com/protocolbuffers/protobuf/releases/

$ go get -u github.com/golang/protobuf/protoc-gen-go

$ export PATH=$PATH:$GOPATH/bin

USAGE

$ protoc --go_out=. *.proto
import proto "github.com/golang/protobuf/proto"
$ go run .

About

A protobuf demo for @IzmirGophers event


Languages

Language:Go 100.0%