petergtz / pegomock

Pegomock is a powerful, yet simple mocking framework for the Go programming language
Apache License 2.0
252 stars 28 forks source link

Avoid duplicate imports when generating matchers of map types #106

Closed oceanful closed 4 years ago

oceanful commented 4 years ago

Fixes #105

petergtz commented 4 years ago

Super cool! Thank you, @oceanful. One last thing before I can merge this: could you please change this PR to go against develop instead of master? I will try to merge it to master soon and make a new release.

Thank you, Peter

oceanful commented 4 years ago

Thanks @petergtz! Done!