go-throttle/README.md
2021-12-25 00:58:23 +03:00

463 B

go-throttle

The Go library for throttling some actions, for example, API requests to some network service. Inspired by CCXT's throttle.js library.

Install

Using Go Modules:

go get github.com/ChronosX88/go-throttle

Usage

TBD

License

This project is licensed under the MIT license, Copyright (c) 2021 ChronosX88. For more information see LICENSE file.