Go
Learn how to use the standard library net/http package in Go to parse, manipulate, and iterate over URL parameters
Chris Ward introduces Go (aka GoLang), covering the features of this statically typed, compiled language, as well as resources for further learning.
I’ve been programming in Go for a couple of years now, and while it took a little warming to in the beginning, it has become my go to language of choice.
Michael Sauter goes in depth with Go functions, and brings you up to speed on what's similar to and what's different from the usual implementations
Matthew Setter covers Arrays, Slices and Basic OOP in Go. They're different from what you're used to in dynamic languages, but very powerful.
Matthew Setter wraps up his Beego series with part 2 of an in-depth tutorial on building web apps in Go, Google's server-side language.
Matthew Setter introduces Beego - a web application framework for the Go language. Learn how to get started building web apps in Go.
Michael Sauter takes a detailed look at Go Interfaces - a powerful concept in this brand new programming language by Google
Matthew Setter introduces Golang (or Go), the impressive programming language from Google