(Flawed) Singleton Pattern for Mocking (Go)
In my article here, I mentioned techniques for testing including mocking. I may have not make it too clear about how to replace real implementation with mock object without changing the code every time we need to test. In this article, I will explain an…