forked from cerc-io/ipld-eth-server
14 lines
741 B
Markdown
14 lines
741 B
Markdown
# go-smux-multistream - a go-stream-muxer shim for multistream
|
|
|
|
[](http://ipn.io) [](http://webchat.freenode.net/?channels=%23ipfs) 
|
|
|
|
This is an implementation of the [go-stream-muxer](https://github.com/libp2p/go-stream-muxer) interface for [multistream](https://github.com/whyrusleeping/go-multistream). For more information, see that repo.
|
|
|
|
## Installation
|
|
|
|
```sh
|
|
go get -d github.com/whyrusleeping/go-smux-multistream
|
|
cd $GOPATH/src/github.com/whyrusleeping/go-smux-multistream
|
|
make deps
|
|
```
|