Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

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)

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