Interface implementation in Go is implicit
I'm quite familiar with the concept of interface in Java; but on my first day reading my colleague's Go code, I was a little confused. Here's how: In Java, implementing…
Continue Reading
Interface implementation in Go is implicit