From 45311ab325ff18654ad803cea01de29ba2919d21 Mon Sep 17 00:00:00 2001 From: John Lee Date: Tue, 24 Jul 2018 03:19:06 +0800 Subject: [PATCH] Add fpGo record (#2020) --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index f60b4481..0eb833d4 100644 --- a/README.md +++ b/README.md @@ -1368,6 +1368,7 @@ See [go-hardware](https://github.com/rakyll/go-hardware) for a comprehensive lis * [fastlz](https://github.com/digitalcrab/fastlz) - Wrap over [FastLz](http://fastlz.org/) (free, open-source, portable real-time compression library) for GoLang. * [filetype](https://github.com/h2non/filetype) - Small package to infer the file type checking the magic numbers signature. * [filler](https://github.com/yaronsumel/filler) - small utility to fill structs using "fill" tag. +* [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang * [fzf](https://github.com/junegunn/fzf) - Command-line fuzzy finder written in Go. * [generate](https://github.com/go-playground/generate) - runs go generate recursively on a specified path or environment variable and can filter by regex. * [gentleman](https://github.com/h2non/gentleman) - Full-featured plugin-driven HTTP client library.