Skip to content

Latest commit

 

History

History
8 lines (5 loc) · 299 Bytes

README.md

File metadata and controls

8 lines (5 loc) · 299 Bytes

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.