An open API service indexing awesome lists of open source software.

https://github.com/samparsky/gocollection

Async and Sync collection utilities
https://github.com/samparsky/gocollection

Last synced: 2 months ago
JSON representation

Async and Sync collection utilities

Awesome Lists containing this project

README

        

## Golang Collection

gocollection is a utility library for manipulating async and sync flows on slices or arrays

### Install
```bash
$ go get github.com/samparsky/gocollection
```