Work in progress!
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.
go get github.com/roc-streaming/roc-go/roc
Check for compilation and linter errors:
make check
Run tests:
make test
make race # run tests under race detector
Format code:
make fmt
See here.