gollection is golang collection util library (inspired by kotlin collection)
- distinct
- distinctBy
- filter
- flatMap
- flatten
- fold
- map
- reduce
- sortBy
- take
go get github.com/azihsoyn/gollection
or go get gopkg.in/azihsoyn/gollection.v1
see examples code
MIT