feat: adding samber/mo (#4239)

This commit is contained in:
Samuel Berthe 2022-05-31 12:43:16 +02:00 committed by GitHub
parent 1ccae0e9d5
commit 758d6812f5
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -1095,6 +1095,7 @@ _Packages to support functional programming in Go._
- [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.
- [gofp](https://github.com/rbrahul/gofp) - A lodash like powerful utility library for Golang.
- [mo](https://github.com/samber/mo) - Monads and popular FP abstractions, based on Go 1.18+ Generics (Option, Result, Either...).
- [underscore](https://github.com/rjNemo/underscore) - Functional programming helpers for Go 1.18 and beyond.
- [valor](https://github.com/phelmkamp/valor) - Generic option and result types that optionally contain a value.