maraino / go-mock

A mocking framework for the Go Programming Language.
MIT License
35 stars 12 forks source link

Please add Go module #16

Closed willfaught closed 1 year ago

willfaught commented 1 year ago

Hey @maraino! :)

maraino commented 1 year ago

Hi @willfaught, are you still using it, I only use gomock because of the code generation, and I've just realized, the original gomock is no longer maintained.

willfaught commented 1 year ago

By gomock, do you mean this repo? What do you mean by original gomock?

I use this repo sometimes to mock small things by hand.

maraino commented 1 year ago

I meant the gomock package from github.com/golang/mock, but now maintained by go.uber.org/mock