Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

https://github.com/frantjc/go-fn

Functional stuff for Go.
https://github.com/frantjc/go-fn

functional functional-programming go golang

Last synced: 8 days ago
JSON representation

Functional stuff for Go.

Awesome Lists containing this project

README

        

# go-fn [![CI](https://github.com/frantjc/go-fn/actions/workflows/ci.yml/badge.svg?branch=main&event=push)](https://github.com/frantjc/go-fn/actions) [![godoc](https://pkg.go.dev/badge/github.com/frantjc/go-fn.svg)](https://pkg.go.dev/github.com/frantjc/go-fn) [![goreportcard](https://goreportcard.com/badge/github.com/frantjc/go-fn)](https://goreportcard.com/report/github.com/frantjc/go-fn) ![license](https://shields.io/github/license/frantjc/go-fn)

[Go](https://go.dev) module for functions that mimic useful JavaScript functions using [Go 1.18's Generics](https://go.dev/blog/intro-generics) for some functional flavor!

## install

```sh
go get github.com/frantjc/go-fn
```