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
- Host: GitHub
- URL: https://github.com/samparsky/gocollection
- Owner: samparsky
- Created: 2018-05-12T16:17:51.000Z (about 7 years ago)
- Default Branch: master
- Last Pushed: 2018-05-12T16:21:02.000Z (about 7 years ago)
- Last Synced: 2023-10-26T11:51:40.336Z (over 1 year ago)
- Language: Go
- Size: 765 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: readme.md
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
```