Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/itchio/randsource
🎲 A random reader for golang
https://github.com/itchio/randsource
Last synced: about 2 months ago
JSON representation
🎲 A random reader for golang
- Host: GitHub
- URL: https://github.com/itchio/randsource
- Owner: itchio
- License: mit
- Created: 2019-07-02T18:02:53.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2019-07-03T10:47:35.000Z (over 5 years ago)
- Last Synced: 2024-05-02T06:11:08.615Z (8 months ago)
- Language: Go
- Homepage:
- Size: 2.93 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# randsource
[![Build Status](https://travis-ci.org/itchio/randsource.svg?branch=master)](https://travis-ci.org/itchio/randsource)
[![GoDoc](https://godoc.org/github.com/itchio/randsource?status.svg)](https://godoc.org/github.com/itchio/randsource)
[![MIT licensed](https://img.shields.io/badge/license-MIT-blue.svg)](https://github.com/itchio/randsource/blob/master/LICENSE)
[![No Maintenance Intended](http://unmaintained.tech/badge.svg)](http://unmaintained.tech/)randsource is a small Go library that provides an io.Reader that returns random data
**It is developed for internal use, I don't intend to take pull requests.**
It contains:
* `ewma`: an exponential weighted moving average
* `united`: formatting routines for bytes
* `state`: a set of callbacks for log messages & progresses
* `probar`: a CLI progress bar
* `counter`: counting wrappers for `io.Reader` and `io.Writer`
* `tracker`: a speed/ETA estimator for task progress