/mockit

mocking things in Go

Primary LanguageGo

mockit

mocking things in Go.

Trying to make a habit of TDD, I found myself trying to build the same mock artifacts over and over again. So I decided to create this repository to avoid doing it every time. It's not a framework to mock things, it just provides examples of different scenarios.