golang / mock

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

mockgen outputs a True file - how to silence / stop generating this file #356

Closed JCzz closed 4 years ago

JCzz commented 4 years ago

Hi

I have a perfect mock generated, but it outputs a "True" file. Is it possible to silence this?

I just expect it to be a log, saying everything went ok.

codyoss commented 4 years ago

Hey, I am not sure I follow what you are saying. Could you give a small example? What do you mean by 'True file'?

JCzz commented 4 years ago

@codyoss I will close this, my mistake - I found that it was in my script! Thanks for you replay