Learning GO: A new beginning

Learning GO: A new beginning
Learning things is fun so I've decided it's time to learn go and because I enjoy making these little series I thought I'd write about it too.My first step was to Google 'learning Go', which took me to...
0 Read More

Testing Go Test Helpers

If you've spent any time writing Go tests, you've probably encountered the joy of *testing.T. It's the backbone of Go's testing framework  -  powerful, flexible, and ubiquitous. But as your test s...
0 Read More