Hello world! Welcome to GopherCoding.com

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.

However, when writing in Go, I often find myself googling for how to write something in Go - hence why GopherCoding came about.

View Tutorials  

If you have any feedback on our posts, we’d love to hear about them through our contact page.

golang intro