ipld-eth-server/vendor/github.com/whyrusleeping/go-smux-multistream/README.md

741 B

go-smux-multistream - a go-stream-muxer shim for multistream

This is an implementation of the go-stream-muxer interface for multistream. For more information, see that repo.

Installation

go get -d github.com/whyrusleeping/go-smux-multistream
cd $GOPATH/src/github.com/whyrusleeping/go-smux-multistream
make deps