The World of Go

News, thoughts, and insights about Go, the no-magic, no-distraction, get-sh*t-done language for the cloud.

Christoph Berger

New language features, especially significant ones like generics, inevitably come with some caveats. Here are two.

Christoph Berger

Interfaces cannot declare functions that use the interface type itself in their signature. Until now. Thanks to generics.