From c8b3566bb3533f3b54f4b2f427a2b964963a88e2 Mon Sep 17 00:00:00 2001 From: Alessio Enrico Repetti Date: Mon, 11 Apr 2022 23:19:46 +0200 Subject: [PATCH] add fp-go to Functional packages (#4167) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 319e746a..619c17b7 100644 --- a/README.md +++ b/README.md @@ -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.