The Go Programming Language: An Introduction
In this presentation on Google’s Go programming language, we walked over the language features, and how to use the language features to build concurrent applications.
As an example application, I showed an IRC daemon written in Go. The source code for this project can be found at https://github.com/ahf/ircd-novo.