Skip to content

Latest commit

 

History

History
13 lines (11 loc) · 327 Bytes

README.md

File metadata and controls

13 lines (11 loc) · 327 Bytes

event-source-proto

Event Source Protocol Buffer Definition

$ go get -u google.golang.org/grpc
$ go get -u github.com/golang/protobuf/{proto,protoc-gen-go}

Compile proto file

$ protoc es/es.proto --go_out=plugins=grpc:$GOPATH/src