Hacker News new | ask | show | jobs
by misframer 4130 days ago
No, that's not why you don't use go. What the parent comment is dealing with is the fact that you can't have maps keyed by a net.IP, which is implemented as a []byte. Byte slices are not valid keys. This isn't really about generics.
1 comments

It is very much about polymorphism and generics.