From Zero to Hello in Go
While the Go language has a web-based playground, for serious work you’re better off with a locally installed development environment. This tutorial will show you how to set up a local “Go dev. environment,” all the way through to writing and running your first (really basic) program.NOTE: While some of the instructions here are Windows […]