Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 710 Bytes

README.md

File metadata and controls

13 lines (9 loc) · 710 Bytes

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

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

Installation

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