golang / mock

GoMock is a mocking framework for the Go programming language.
Apache License 2.0
9.3k stars 610 forks source link

Add statement in Finish function about there is no need to call Finish() #556

Closed sanposhiho closed 3 years ago

sanposhiho commented 3 years ago

In addition to the description in NewController function's docs, it would be nice if there was a statement in Finish function's docs that there is no need to call Finish() under specific circumstances.