sanposhiho / gomockhandler

Mr. gomockhandler is the clever and more agile manager of golang/mock (uber/mock) 👔
MIT License
105 stars 8 forks source link

Eliminate the need to install mockgen #72

Closed sanposhiho closed 2 years ago

sanposhiho commented 2 years ago

Target version: v1.0

We cannot call mockgen directly because it is private entry point. https://github.com/golang/mock/blob/master/mockgen/mockgen.go#L68

But, I think we can make it with gitsubmodule, maybe, maybe... Let's try it.