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

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

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