1 min read

Mocking gRPC in Go

I found this useful article on how to do gRPC mocking in Go.

This gRPC mocking will be super useful to setup testing of your golang application that has dependency to another service invoked via gRPC.

I put it here just so I can revisit this later and try it by myself.