3 Things Go Needs Right Now More Than Generics
I work daily with Go, and while the lack of generics can occasionally be a pain point, mostly it can be worked around with some combination of either abusing
interface{}
or manually generating the non-generic code. On the other hand, there are other pain points I feel much more often, and maybe other gophers do too…
Source: 3 Things Go Needs Right Now More Than Generics, an article by Ryan Collingham.