adjust alphabetical order

This commit is contained in:
alvii147 2025-08-28 08:31:39 -04:00 committed by Avelino
parent fb76121b44
commit 2414c1b488

View File

@ -593,9 +593,9 @@ _Frameworks for performing ELT / ETL_
### Iterators
- [gloop](https://github.com/alvii147/gloop) - Convenient looping using Go's range-over-func feature.
- [goterator](https://github.com/yaa110/goterator) - Iterator implementation to provide map and reduce functionalities.
- [iter](https://github.com/disksing/iter) - Go implementation of C++ STL iterators and algorithms.
- [gloop](https://github.com/alvii147/gloop) - Convenient looping using Go's range-over-func feature.
### Maps