Understanding Interfaces in Go
Mar 25, 2023 · 3 min read · Let's just get right into it. Understanding Interfaces Think of interfaces as a set of behaviours. When someone or something implements this interface they define this set of behaviours on itself. For example, let's consider an interface Organism. No...
Join discussion
