Added gofp in the functional list (#3507)

* Added gofp in the functional list

* updated alphabetic order
This commit is contained in:
Rahul Baruri 2021-03-09 17:58:34 +01:00 committed by GitHub
parent 38c7e9b94b
commit 7962217989
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -810,6 +810,7 @@ Please take a quick gander at the [contribution guidelines](https://github.com/a
* [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang. * [fpGo](https://github.com/TeaEntityLab/fpGo) - Monad, Functional Programming features for Golang.
* [fuego](https://github.com/seborama/fuego) - Functional Experiment 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. * [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.
## Game Development ## Game Development