Getting Go Going

from blog Oliver Caldwell's blog, | ↗ original
I recently had to compile and run a go project, I found it thoroughly confusing initially and struggled to find a comprehensive guide on how to manage the repository in an idiomatic way. I’m going to show you how to get go projects up and running on your machine, I hope it’s the correct way, correct me if I’m wrong! Packages You’re going to want...