Randal Moore

Results 2 issues of Randal Moore

Version: v3.2.1 #### Problem `go.mod` file includes `google.golang.org/grpc/cmd/protoc-gen-go-grpc` but does not need it. This causes an issue with `go list` when V3.2.1 is used in another repo. #### Solution run...

I am trying to extract the "details" portion of a gRPC error using Python as the client language. The core protobuf definition that I am basing the behavior on is...