/grpcgoerrors

Test repository for gRPC error handling in Go

Primary LanguageGo

gRPCGoErrors

How to run

Install client and server

go get github.com/misenko/grpcgoerrors/ggeclient
go get github.com/misenko/grpcgoerrors/ggeserver

Run server and client (expects $GOPATH/bin in your $PATH)

ggeserver &
ggeclient