Picture this…. You are writing some Go code. You have been spending the last 5 to 15 minutes creating one functional piece of code. The smallest piece of code that you can create before you can do a useful test, to make sure it works. Maybe that means you were writing a function. Maybe that means you created a new struct with some methods. Or even, maybe that means you finally got around to implem

