Dmitry Shulyak 22a2ee2d02
Fix go mod (#36)
Remove 1.10 ci from travis
2019-05-15 13:19:39 +03:00
..
2019-01-08 21:02:11 +01:00
2019-01-08 21:02:11 +01:00
2019-01-08 21:02:11 +01:00
2019-05-15 13:19:39 +03:00
2019-01-08 21:02:11 +01:00
2019-01-08 21:02:11 +01:00

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