Categorygithub.com/whyrusleeping/go-smux-yamux
repositorypackage
2.0.9+incompatible
Repository: https://github.com/whyrusleeping/go-smux-yamux.git
Documentation: pkg.go.dev

# README

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