https://github.com/gabrielseibel1/fungo
FunGo stands for Functional (programming in) Go(lang)
https://github.com/gabrielseibel1/fungo
fp function functional-programming go golang
Last synced: 7 months ago
JSON representation
FunGo stands for Functional (programming in) Go(lang)
- Host: GitHub
- URL: https://github.com/gabrielseibel1/fungo
- Owner: gabrielseibel1
- License: unlicense
- Created: 2023-08-24T19:11:43.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:05:38.000Z (over 1 year ago)
- Last Synced: 2025-04-14T22:54:31.888Z (7 months ago)
- Topics: fp, function, functional-programming, go, golang
- Language: Go
- Homepage:
- Size: 55.7 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
[](https://goreportcard.com/report/github.com/gabrielseibel1/fungo)

[](https://github.com/gabrielseibel1/fungo/actions/workflows/tests.yaml)
[](https://github.com/gabrielseibel1/fungo)
[](https://pkg.go.dev/github.com/gabrielseibel1/fungo)
# 🍄 FunGo 🍄
FunGo stands for Functional (programming in) Go(lang)
## How to use
### Read the docs
Refer to the docs to quickly check available features and their explanations:
[https://pkg.go.dev/github.com/gabrielseibel1/fungo](https://pkg.go.dev/github.com/gabrielseibel1/fungo)
### Get the module
```shell
go get github.com/gabrielseibel1/fungo@latest
```
Check unit tests for examples on the usage