Interfaces

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

Source code: interface on go.dev.

Examples: Interfaces on Go by Example.