▲ 8 ▼ Interfaces in go
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