Interfaces

A great starting point for learning about interfaces is Tour of Go: Interfaces.

There's also a nice deep dive video in Russian: Why Go Interfaces?

Source code: interface on go.dev.

Examples: Interfaces on Go by Example.