golang / mock

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

fix: avoid pkg name <> import pkg name conflicts #599

Closed notbdu closed 2 years ago

notbdu commented 2 years ago

Avoid package name conflicts with an imported package name.

codyoss commented 2 years ago

@notbdu Please create an issue for this PR for discussion first. It would be good to see a minimal example of what this is addressing and see if it is needed. Thanks.

codyoss commented 2 years ago

Closing due to lack of response.