moq
Interface mocking tool for go generate
...This makes it easier to test code that depends on interfaces without writing repetitive mock boilerplate by hand. Moq is useful for Go developers who prefer simple, readable, generated mocks that fit naturally into standard testing workflows.