Embedding in Go: Part 3 - interfaces in structs

1 · Eli Bendersky · Aug. 20, 2020, 3 a.m.
This post is part 3 in a series describing the kinds of embedding Go supports: Structs in structs (part 1) Interfaces in interfaces (part 2) Interfaces in structs (this part) Embedding interfaces in structs At first sight, this is the most confusing embedding supported in Go. It's not immediately clear …...