mirror of
https://github.com/ChronosX88/go-throttle.git
synced 2024-11-09 16:11:01 +00:00
21 lines
349 B
Markdown
21 lines
349 B
Markdown
# go-throttle
|
|
|
|
The Go library for throttling some actions, for example, API requests to some network service.
|
|
|
|
## 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.
|
|
|