Interfaces Implementation

Learn how interfaces can be implemented in Go.

Interfaces are satisfied implicitly

Unlike in many other languages, you ...