Moq is a Go interface mocking tool designed to generate test-friendly mock structs from existing interfaces. It is commonly used with go generate so teams can keep mock implementations synchronized with their source interfaces. Instead of relying on a large mocking framework, Moq creates straightforward Go code that can be inspected, edited, and used directly in tests. The generated structs allow developers to define function behavior for each mocked method. 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.
Features
- Go interface mock generation
- go generate workflow support
- Readable generated mock structs
- Function-based method behavior
- Boilerplate reduction for tests
- MIT open-source license
Categories
User Interface (UI)License
MIT LicenseFollow moq
Other Useful Business Software
Your monitoring isn't a stack. It's a pile. Fix that.
Replace Datadog, New Relic, and Sentry without adding three more dashboards.
Rate This Project
Login To Rate This Project
User Reviews
Be the first to post a review of moq!