golang / mock

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

Add support for anonymous struct returns #701

Open bjohnson-va opened 1 year ago

bjohnson-va commented 1 year ago

Motivation is documented here:

Fixes #153