https://github.com/ryanfowler/ratelim
Useful rate limiting and sync functions
https://github.com/ryanfowler/ratelim
Last synced: about 1 month ago
JSON representation
Useful rate limiting and sync functions
- Host: GitHub
- URL: https://github.com/ryanfowler/ratelim
- Owner: ryanfowler
- License: mit
- Created: 2015-07-30T00:48:46.000Z (almost 11 years ago)
- Default Branch: master
- Last Pushed: 2015-08-10T04:12:21.000Z (almost 11 years ago)
- Last Synced: 2024-06-21T02:15:52.906Z (almost 2 years ago)
- Language: Go
- Size: 156 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ratelim
Useful rate limiting and sync functions
## Install
```go
go get github.com/ryanfowler/ratelim
```
## Documentation
The GoDoc is available [here](http://godoc.org/github.com/ryanfowler/ratelim).
## Examples
Coming...