matryer / moq

Interface mocking tool for go generate
http://bit.ly/meetmoq
MIT License
2k stars 127 forks source link

Add support for embedding types in mocks #227

Open frozenbonito opened 2 months ago

frozenbonito commented 2 months ago

This pull request will add support for embedding specified types into the mock. For details on the motivation, please refer to #226.

close #226