Getting started with the Go Language

01/04/2014

Here are a few tricks I picked up when trying to get started with go. Firstly, don’t install Ubuntu’s version of go as you’ll get an old one. Instead, use gvm to install go1.2 or whatever the latest is. Secondly, be careful to structure your code in the right directory format. If you do not Read More