From 47de9bce42830b5b4da099101cfe64bbf5cacb63 Mon Sep 17 00:00:00 2001 From: Ruidy Date: Sat, 26 Mar 2022 02:23:42 -0400 Subject: [PATCH] add underscore to functional programming section (#4140) Co-authored-by: Ruidy --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index 893fb9da..448853ed 100644 --- a/README.md +++ b/README.md @@ -1014,6 +1014,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. +- [underscore](https://github.com/rjNemo/underscore) - Functional programming helpers for Go 1.18 and beyond. **[⬆ back to top](#contents)**