Concurrency in Go

How Go uses concurrency with channels and goroutines
Read more →

Object Oriented Programming in Go

How Go accomplishes OOP, with out having type hierarchy, and instead using composition, embedding and interfaces
Read more →