Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 729 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 729 Bytes

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-yamux
cd $GOPATH/src/github.com/whyrusleeping/go-smux-yamux
make deps