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

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

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...