uber-go / mock

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

Add archive mode #109

Closed linzhp closed 7 months ago

linzhp commented 9 months ago

This ports from https://github.com/golang/mock/pull/633 with an additional argument to take a list of interfaces to mock.

The archive mode allows us to generate mocks in Bazel without having to compile a package again.

CLAassistant commented 9 months ago

CLA assistant check
All committers have signed the CLA.

JacobOaks commented 8 months ago

Apologies - it looks like Github closed this on my behalf for some reason. Let me attempt to re-open.