go-throttle/README.md

21 lines
463 B
Markdown
Raw Permalink Normal View History

2021-01-18 21:13:16 +00:00
# go-throttle
2021-12-24 21:58:23 +00:00
The Go library for throttling some actions, for example, API requests to some network service. Inspired by [CCXT's throttle.js library](https://github.com/ccxt/ccxt/blob/master/js/base/functions/throttle.js).
2021-01-18 21:13:16 +00:00
## 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](LICENSE) file.