Useful Go resources

Post here if you find interesting Go-related articles / videos etc.

This is enlighting:

https://blog.golang.org/errors-are-values

Rob Pike shows how to avoid repeative if err != nil.