14 Important interfaces that every Go developer should know

rzaluska.com posted by norbertfuhs 2383 days ago  

Interfaces are a very important concept in Go language. They provide a simple and effective way to express common behaviors among types. They give us and easy to understand solution for typical situations where we need some kind of polymorphism. That’s why interfaces are used all the time by Golang developers.

Register to comment or vote on this story