Re: [go-nuts] Re: gRPC golang server and client testing

2021-04-10 Thread Sankar P
Hey, Sorry. Nope. We gave up on grpc. வியா., 8 ஏப்., 2021, முற்பகல் 4:18 அன்று, Yijun Liu எழுதியது: > Hi, did you know how to do the unit testing of grpc now? > > On Saturday, April 23, 2016 at 1:31:19 PM UTC-6 Sankar wrote: > >> Hi >> >> I have a .proto file which I ran with protoc to generate

Re: [go-nuts] Re: gRPC golang server and client testing

2016-12-12 Thread Sankar P
I did not find any :( 2016-12-12 1:28 GMT+05:30 : > Would be interested to learn of if you found a good solution. > > > On Saturday, April 23, 2016 at 9:31:19 PM UTC+2, Sankar wrote: >> >> Hi >> >> I have a .proto file which I ran with protoc to generate the _pb.go file. >> I then wrote a server