Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cyberdelia/ratio
Rate limited I/O
https://github.com/cyberdelia/ratio
Last synced: 29 days ago
JSON representation
Rate limited I/O
- Host: GitHub
- URL: https://github.com/cyberdelia/ratio
- Owner: cyberdelia
- License: mit
- Created: 2013-09-15T00:41:32.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2021-08-08T17:32:05.000Z (over 3 years ago)
- Last Synced: 2024-05-02T05:54:01.125Z (7 months ago)
- Language: Go
- Homepage: https://pkg.go.dev/github.com/cyberdelia/ratio
- Size: 8.79 KB
- Stars: 1
- Watchers: 2
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# ratio
Rate limited I/O.
## Installation
Download and install :
```
$ go get github.com/cyberdelia/ratio
```Add it to your code :
```go
import "github.com/cyberdelia/ratio"
```