mocktail
mocktail copied to clipboard
Add support to export the mock struct
This adds support to export the mock struct to use the mock in another package.
This type pineappleMock struct{ mock.Mock } becomes this type PineappleMock struct{ mock.Mock }