Methods and Interfaces in Go
This post is a small cheatsheet for Methods and Interfaces in Go. Here I provide main features and describe what methods, interfaces, pointer receiver and value receiver are.
There are no detailed explanations or tricky examples about how to use them. For such content please see other resources.
At the end of the page, there is a small list of useful links to read
Continue reading