/gocollect

A library of standard collection types and operations for GoLang

Primary LanguageGoMIT LicenseMIT

GoCollect

A quick and dirty, not optimized collection of helpers to provide basic collection and set functionality in Go.

Overview

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.