Golang interfaces

Lets learn Golang interfaces, how to declare them and how to use them.

Page content

Functions are so powerful, lets combine functions with interfaces, to levrage one of the Go’s greatest features

Intro