vektra / mockery

A mock code autogenerator for Go
https://vektra.github.io/mockery/
BSD 3-Clause "New" or "Revised" License
6k stars 405 forks source link

Using exclude on windows throws an error because of path separator being used, I have raised a PR #781

Closed iangregsondev closed 4 months ago

iangregsondev commented 4 months ago

I have added a PR to fix an issue on using exclude on windows.

Its a simple change.

https://github.com/vektra/mockery/pull/780

iangregsondev commented 4 months ago

Thank you for merging the PR. I am closing this now.