status-go/vendor/github.com/libp2p/go-stream-muxer-multistream
Andrea Maria Piana 4d15ae8a85 Upgrade to go 1.18
2022-05-11 12:39:54 +01:00
..
2019-06-12 13:12:00 +02:00
2019-06-12 13:12:00 +02:00
2019-06-12 13:12:00 +02:00
2022-04-06 10:36:06 -04:00
2019-06-12 13:12:00 +02:00
2022-04-06 10:36:06 -04: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/libp2p/go-stream-muxer-multistream
cd $GOPATH/src/github.com/libp2p/go-stream-muxer-multistream
make deps