Hacker News new | ask | show | jobs
by latch 4183 days ago
it's a small abstraction, but I could see it being useful. My gripe, and I don't know how to say this without people saying I'm whining about generics, is the interface{} return. Such a pain.
1 comments

Go has generics,you just can't define new ones,which is the heart of the problem.

It's not about whinning.There is a need for that yet no real will to implement user defined one.