Skip to content

Commit

Permalink
Update gomock-example.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MakMukhi authored Dec 13, 2016
1 parent e6b4662 commit 5202729
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Documentation/gomock-example.md
Original file line number Diff line number Diff line change
Expand Up @@ -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.


0 comments on commit 5202729

Please sign in to comment.