I understand why Go does not have a native `set` type.
When I was a Java main
I would pedantically always used the collection type that was most appropriate semantically correct for the data it was collecting. If I was storing a list that only contained unique items, I would always use a Set, usually a T...
blog.vertigrated.com4 min read