The Go Programming Language: An Introduction

Lecture by Alexander Færøy at The Camp in Bregninge, Denmark on July 25, 2011.

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.