A quick and dirty, not optimized collection of helpers to provide basic collection and set functionality in Go.
I became tired of constantly re-typing the same boilerplate any time I needed to do simple set operations on a map, so here are the helpers I use in my day job.