Go Interfaces: The Missing Piece Most Explanations Skip
If you're learning Go, interfaces will probably seem easy at first.
You hear things like:
An interface is just a set of method signatures.
For example:
type Speaker interface {
Speak()
}
Any ty
blog.kelvinakpobome.com4 min read