I'm trying to solve a Go language exercise which requires me to have a set. I can create a set type but why doesn't the language come with one?
Go, having come from Google, where Guava also originated, why didn't the language designers opt for adding support for fundamental data structures? Why force your users to create their own implementations for something so basic as a set?
container/list) are half-baked.