Skip to content

A Go library that provides functions for streams.

License

Notifications You must be signed in to change notification settings

devfacet/streamy

Repository files navigation

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.