Tag

pointer-receiver

0 views collected around this technical thread.

360 Tech Engineering
360 Tech Engineering
Mar 6, 2020 · Fundamentals

Understanding Method Sets, Interfaces, and Embedding in Go

This article explains Go's method sets, the relationship between method receivers and method sets, how interfaces work, and the role of embedding, providing code examples that illustrate value vs pointer receivers, interface implementation rules, and embedding differences for struct types.

Goembeddinginterface{}
0 likes · 10 min read
Understanding Method Sets, Interfaces, and Embedding in Go