Spotlight-Tip

Sum Types in Go

Go has no native sum types. Does Go need them at all, given that it has multi-value returns, and is it possible to implement a custom sum type?

Dot Imports Ftw or Wtf

At first sight, dot imports seem to make code clearer. However, in the end they only create more confusion than clarity.