Introduction to GoMock - udaybhanu007/OVN-Poc GitHub Wiki

itโ€™s always a good choice to wrap the functions in an interface.

Dependencies

  1. go get github.com/golang/mock/gomock - facilitator for writing unit test cases.
  2. go get github.com/golang/mock/mockgen - code generation tool