You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When working with large diverse data sets in go I wish I had a built in set data
structure. For now, I've made by using map but my code would be cleaner and simpler if
there was a built in set method.