golang / mock

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

Is this project "active"? #697

Open yeukhon opened 1 year ago

yeukhon commented 1 year ago

Seems like no PR has been reviewed for several months now and the last commit was Aug 12, 2022.

The last official release was 2021...

sodul commented 1 year ago

I share your concerns. @codyoss would there be a better forum to discuss the future of golang/mock ? If Google is not able to allocate resources to it maybe allow non Google employees to become maintainers, etc...

LandonTClipp commented 1 year ago

The alternative to gomock is vektra/mockery, which I maintain. It's much better-supported and has a lot of powerful features that are lacking in this project.