Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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: 2 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 (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-06-25T18:05:38.000Z (7 months ago)
- Last Synced: 2024-09-17T14:10:55.014Z (4 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
[![Go Report Card](https://goreportcard.com/badge/github.com/gabrielseibel1/fungo)](https://goreportcard.com/report/github.com/gabrielseibel1/fungo)
![Coverage](https://raw.githubusercontent.com/gabrielseibel1/fungo/badges/.badges/main/coverage.svg)
[![Tests](https://github.com/gabrielseibel1/fungo/actions/workflows/tests.yaml/badge.svg)](https://github.com/gabrielseibel1/fungo/actions/workflows/tests.yaml)
[![](https://tokei.rs/b1/github/gabrielseibel1/fungo)](https://github.com/gabrielseibel1/fungo)
[![Go Reference](https://pkg.go.dev/badge/github.com/gabrielseibel1/fungo.svg)](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