Hacker News new | ask | show | jobs
Set Package Written in Go (github.com)
3 points by gozeloglu 1547 days ago
1 comments

I wrote a set package in Go. It supports thread safety. Also, you can use is thread-unsafe. I tried to keep it as simple as possible. Besides some basic functionalities, I added a little bit more functionalities like Difference, IsSubset, IsSuperset, etc. If you could use, give feedback, leave a star, make a contribution to my project, I'll be happy.