devfacet / streamy

A Go library that provides functions for streams.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Streamy

Godoc Release Build

A Golang library that provides functions for streams.

Usage

See streamy_test.go, reader_test.go, progress_test.go and have_test.go.

Test

# Run tests
make test

# Continuous testing
make test-ui

# Benchmarks
make test-benchmarks

Contributing

See CONTRIBUTING.md

License

Licensed under The MIT License (MIT)
For the full copyright and license information, please view the LICENSE.txt file.

About

A Go library that provides functions for streams.

License:MIT License


Languages

Language:Go 88.1%Language:Makefile 11.9%