Skip to content

Instantly share code, notes, and snippets.

@selfup
Last active October 6, 2015 19:33
Show Gist options
  • Save selfup/0c69e736a76517d3b4cf to your computer and use it in GitHub Desktop.
Save selfup/0c69e736a76517d3b4cf to your computer and use it in GitHub Desktop.

GoLang

Where to download Go

Go docs

Basic webserver in Go

A book similar to the Hartl Tutorial

Go by Example - A book for programmers that want to learn Go

The Go Koans. Go has a built in test suite. This is very helpful

Goroutines and Channels (Concurrency) in Go

A speedy walkthrough of Go in about an hour

A web Framework for Go

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment