Update README.md

This commit is contained in:
hsldymq 2024-03-22 22:21:22 +08:00 committed by GitHub
parent c26a7e88cc
commit 1b13408e9c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -564,9 +564,9 @@ _Libraries for preprocessing CSS files._
### Iterators
- [goiter](https://github.com/hsldymq/goiter) - goiter provides iterator helper functions base on rangefunc feature for common scenarios.
- [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.
- [goiter](https://github.com/hsldymq/goiter) - goiter provides iterator helper functions base on rangefunc feature for common scenarios.
### Maps