golang / mock

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

Mockgen has so many flag,why not simplify it. #318

Closed greyireland closed 5 years ago

greyireland commented 5 years ago

There is so many flag,I have to do this. mockgen -source=client.go > mock_client.go I wonder all flag set by default.just need mockgen .

greyireland commented 5 years ago

find another mocker. just do mockery -all

codyoss commented 5 years ago

Hey @greyireland sorry you thought there were too many flags. I think they are at least all pretty well documented. If you find that we could add some better docs please open another issue that is focused on an area we could improve.