Update gomock-example.md

This commit is contained in:
MakMukhi 2016-12-13 14:09:53 -08:00 committed by GitHub
parent e6b4662278
commit 5202729e3a
1 changed files with 2 additions and 1 deletions

View File

@ -115,4 +115,5 @@ req := &helloworld.HelloRequest{Name: "unit_test"}
).Return(&helloworld.HelloReply{Message: "Mocked Interface"}, nil)
```
This document is a brief introduction to how gRPC services can be mocked using Gomock.