OG IMAGE TAG Register Learn More Pricing Developers My Apps End Container End Header Getting a handle on testing and mocking in Golang by Isaac Mosquera on Friday, September 27, 2013 in Posted in company culture , company infrastructure , company news , projects with 6154 No Comments http%3A%2F%2Fblog.getsocialize.com%2F2013%2Fgetting-a-handle-on-testing-and-mocking-in-golang Getting+a+handle+on+testing+and+mocking+in+Golang 2013-09-27+17%3A58%3A11 Isaac+Mosquera http%3A%2F%2Fblog.getsocialize.com%2F%3Fp%3D6154 ShareThis Buttons /ShareThis Buttons Go, being a relatively new language doesn’t have a standard or best practice for mocking and testing. We’re big into CI and unit testing and in order to do it right you need the right testing infrastructure in place. Although golang’s standard library testing infrastructure requirement...