Methods

A great starting point for learning about methods is Tour of Go: Methods.

Source code: interface on go.dev.

Examples: Methods on Go by Example.