uber-go / mock

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

v0.1.0 Release #17

Closed sywhang closed 1 year ago

sywhang commented 1 year ago

We'll be tagging a v0.1.0 release with the current master branch, which does not have any additional features from the upstream golang/mock project (other than import path). This will serve as a base point before we put in more features to this.

Following this we'll start reviewing community contributed PRs as well as address internal users' bug fix and feature requests.

sywhang commented 1 year ago

@linzhp and @r-hang: Let me know if you guys disagree with this. Otherwise I'll go ahead and tag a release.

linzhp commented 1 year ago

good idea

r-hang commented 1 year ago

sgtm!

sywhang commented 1 year ago

v0.1.0 has been released