Codebase list golang-github-go-kit-kit / 27b1f14 examples / addsvc2 / pb / compile.sh
27b1f14

Tree @27b1f14 (Download .tar.gz)

compile.sh @27b1f14raw · history · blame

#!/usr/bin/env sh

# Install proto3 from source
#  brew install autoconf automake libtool
#  git clone https://github.com/google/protobuf
#  ./autogen.sh ; ./configure ; make ; make install
#
# Update protoc Go bindings via
#  go get -u github.com/golang/protobuf/{proto,protoc-gen-go}
#
# See also
#  https://github.com/grpc/grpc-go/tree/master/examples

protoc addsvc.proto --go_out=plugins=grpc:.