add fp-go to Functional packages (#4167)

This commit is contained in:
Alessio Enrico Repetti 2022-04-11 23:19:46 +02:00 committed by Avelino
parent 03853dc82e
commit c8b3566bb3
No known key found for this signature in database
GPG Key ID: B345B4D52E98180A

View File

@ -1076,6 +1076,7 @@ _Libraries for working with forms._
_Packages to support functional programming in Go._
- [fp-go](https://github.com/repeale/fp-go) - Collection of Functional Programming helpers powered by Golang 1.18+ generics.
- [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang.
- [fuego](https://github.com/seborama/fuego) - Functional Experiment in Go.
- [go-underscore](https://github.com/tobyhede/go-underscore) - Useful collection of helpfully functional Go collection utilities.