Series of quick Go tutorials to show you a few things.
This is a quick start guide to show you how to install Go, and write your first Hello World
program.
This tutorial will show you how to create a basic command line program that accepts arguments.
Learn how to spin up a web server and how to route incoming requests.
See a couple of basic concurrency patterns.