/roc-go

Go bindings for Roc.

Primary LanguageGoMIT LicenseMIT

Go bindings for Roc Toolkit

GoDev Build Status Coverage Status

Work in progress!

Dependencies

You will need to have libroc and libroc-devel (headers) installed. Refer to official build instructions on how to install libroc. There is no official distribution for any OS as of now, you will need to install from source.

Installation

go get github.com/roc-streaming/roc-go/roc

Development

Check for compilation and linter errors:

make check

Run tests:

make test
make race # run tests under race detector

Format code:

make fmt

Authors

See here.

License

MIT