https://github.com/frantjc/go-fn
Functional stuff for Go.
https://github.com/frantjc/go-fn
functional functional-programming go golang
Last synced: 18 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 (over 2 years ago)
- Default Branch: main
- Last Pushed: 2025-03-25T00:03:51.000Z (about 1 month ago)
- Last Synced: 2025-03-25T01:20:02.073Z (about 1 month ago)
- Topics: functional, functional-programming, go, golang
- Language: Go
- Homepage:
- Size: 61.5 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 [](https://github.com/frantjc/go-fn/actions) [](https://pkg.go.dev/github.com/frantjc/go-fn) [](https://goreportcard.com/report/github.com/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
```