uber-go / mock

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

Fix unit tests on Windows #121

Closed craig65535 closed 8 months ago

craig65535 commented 8 months ago

To address #120

r-hang commented 8 months ago

We should always be using forward slashes for package paths so the use of "path" which constrains to forwards slashes looks good to me.

ref: https://groups.google.com/g/Golang-nuts/c/bmKNJ1dkGiw/m/vgPCu6-5BAAJ