The beauty of interfaces in Go - Part 1
I’ve wondered, what’s soo great about interfaces in go just because it implements interfaces implicitly?
Doesn’t it simply omit the boilerplate of writing class foo extends interface bar ?I couldn’t have been more wrong. It is only after we see the d...
amankhys.hashnode.dev3 min read