Interfaces

Start with the Tour of Go: Interfaces for an introduction.

This video dives deep into why Go interfaces work the way they do: Why Go Interfaces?

Source code: interface

Examples: Interfaces