https://github.com/tiny-go/fn
Collection of function wrappers
https://github.com/tiny-go/fn
Last synced: 5 days ago
JSON representation
Collection of function wrappers
- Host: GitHub
- URL: https://github.com/tiny-go/fn
- Owner: tiny-go
- License: mit
- Created: 2019-12-25T16:07:49.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2023-04-18T07:07:05.000Z (almost 3 years ago)
- Last Synced: 2024-06-20T03:27:25.881Z (over 1 year ago)
- Language: Go
- Size: 22.5 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# Collection of function wrappers
[![GoDoc][godoc-badge]][godoc-link]
[![License][license-badge]][license-link]
[![Build Status][actions-badge]][actions-link]
[![Report Card][report-badge]][report-link]
[![GoCover][cover-badge]][cover-link]
- [Debounce](debounce/README.md)
- [Future](future/README.md)
- [Pipe](pipe/README.md)
- [Retry](retry/README.md)
- [Sync](sync/README.md)
[godoc-badge]: https://godoc.org/github.com/tiny-go/fn?status.svg
[godoc-link]: https://godoc.org/github.com/tiny-go/fn
[license-badge]: https://img.shields.io/:license-MIT-green.svg
[license-link]: https://opensource.org/licenses/MIT
[actions-badge]: https://github.com/tiny-go/fn/actions/workflows/tests.yml/badge.svg
[actions-link]: https://github.com/tiny-go/fn/actions/workflows/tests.yml
[report-badge]: https://goreportcard.com/badge/github.com/tiny-go/fn
[report-link]: https://goreportcard.com/report/github.com/tiny-go/fn
[cover-badge]: https://gocover.io/_badge/github.com/tiny-go/fn
[cover-link]: https://gocover.io/github.com/tiny-go/fn