repository
0.0.0-20210221191304-18bf7b2de838
Repository: https://github.com/arthasyou/grpc-consul-go.git
Documentation: pkg.go.dev
# README
go_grpc_with_consul
you must install protoc, protoc-gen-go and protoc-gen-go-grpc
for MacOS run following cmd to install tools
$ brew install protobuf
$ go get google.golang.org/protobuf/cmd/protoc-gen-go google.golang.org/grpc/cmd/protoc-gen-go-grpc
$ export PATH="$PATH:$(go env GOPATH)/bin"