Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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.
- Host: GitHub
- URL: https://github.com/frantjc/go-fn
- Owner: frantjc
- License: mit
- Created: 2022-11-11T21:57:25.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-08-05T21:42:13.000Z (3 months ago)
- Last Synced: 2024-08-06T00:38:41.560Z (3 months ago)
- Topics: functional, functional-programming, go, golang
- Language: Go
- Homepage:
- Size: 42 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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
```