-
Install protobuf compiler
-
Install the protoc Go plugin
$ go get -u github.com/golang/protobuf/protoc-gen-go -
Generate Go code by proto file
$ ./local.sh gen -
Start server
$ ./local.sh start
Install protobuf compiler
Install the protoc Go plugin
$ go get -u github.com/golang/protobuf/protoc-gen-go
Generate Go code by proto file
$ ./local.sh gen
Start server
$ ./local.sh start