Skip to content

IzmirGophers/protobuf-example

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 

Repository files navigation

INSTALL

$ 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 .

Releases

No releases published

Packages

 
 
 

Languages

  • Go 100.0%