Understanding Interfaces in Go
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...
xeromola.hashnode.dev3 min read