All parts: Part 1 | Part 2 | Part 3 Do you know what exactly happens in the Go runtime, when you use a variable via interface reference? This is not a trivial question, because in Go a type that implements an interface does not contain any references to this interface whatsoever. Still, we...
Comments (0)
Sign in to post comments.