Hello! This is our first post on GopherCoding.com where we’re going to list snippets of Go (as in Golang) code to make learning and building things easier. A Bit of Background Go is a programming language, heavily backed by Google, and racing up the list of most popular languages to code in. It’s a statically typed, compiled language and is well known for it’s concurrency. Great for web applications, command lines tools and many other things.