# README
goat-proto-go
This repository contains go code for gRPC communication specification for goat. It is intended to be used as Gopkg dependency of Go programs using it.
Building
- Install grpc:
go get -u google.golang.org/grpc
- Install protocol buffers 3 (Archlinux package:
protobuf
) - Install protoc plugin for Go:
go get -u github.com/golang/protobuf/protoc-gen-go
- Make sure
protoc-gen-go
is in path:export PATH=$PATH:$GOPATH/bin
- Update goat-proto:
git submodule update
- Generate go code:
make