Hacker News new | ask | show | jobs
by mortallywounded 862 days ago
I switch right away.

If you're worried about supporting older Go compilers, you could always have build conditions for older versions that define missing things like:

// +build !go1.7

type any = interface{}