Relative Content

Tag Archive for gotestinggomock

How to test implemented methods?

I am new to Go. I am using GoMock to assist with testing. The main question I have is am I supposed to modify the generated go mock file to test my functions?