8 Interfaces in go

medium.com posted by lolly 2623 days ago  

Interfaces in Go (part I) Interfaces make the code more flexible, scalable and it’s a way to achieve polymorphism in Go. Instead of requiring a particular type, interfaces allow you to specify that only some behaviour is needed.

Register to comment or vote on this story