https://github.com/4strodev/iterago
An iterators helpers library
https://github.com/4strodev/iterago
Last synced: over 1 year ago
JSON representation
An iterators helpers library
- Host: GitHub
- URL: https://github.com/4strodev/iterago
- Owner: 4strodev
- License: mit
- Created: 2024-08-19T21:34:17.000Z (almost 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-20T18:27:09.000Z (almost 2 years ago)
- Last Synced: 2025-01-28T01:44:14.877Z (over 1 year ago)
- Language: Go
- Homepage:
- Size: 12.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.txt
Awesome Lists containing this project
README
# Iterago
Iterago is a collection of utilities for golang iterators. Like: Range, Filter, Map, Merge, Keys, Values, etc.
## Download
go get -u github.com/4strodev/iterago
## Docs
To see example usages recomend to see example tests or look the [documentation](https://pkg.go.dev/github.com/4strodev/iterago)