You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
-4
Original file line number
Diff line number
Diff line change
@@ -30,14 +30,10 @@ The protocol is defined [here](https://github.com/multiformats/multistream-selec
30
30
go get github.com/multiformats/go-multistream
31
31
```
32
32
33
-
Note that `go-multistream` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section).
34
-
35
-
36
33
## Usage
37
34
38
35
### Example
39
36
40
-
41
37
This example shows how to use a multistream muxer. A muxer uses user-added handlers to handle different "protocols". The first step when interacting with a connection handler by the muxer is to select the protocol (the example uses `SelectProtoOrFail`). This will then let the muxer use the right handler.
0 commit comments