Skip to content

Commit

Permalink
Merge pull request #72 from multiformats/remove-gx
Browse files Browse the repository at this point in the history
chore: remove .gx
  • Loading branch information
Stebalien authored Aug 27, 2021
2 parents 9024366 + dc8b30e commit 5c8905b
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
1 change: 0 additions & 1 deletion .gx/lastpubver

This file was deleted.

4 changes: 0 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,10 @@ The protocol is defined [here](https://github.com/multiformats/multistream-selec
go get github.com/multiformats/go-multistream
```

Note that `go-multistream` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section).


## Usage

### Example


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.


Expand Down

0 comments on commit 5c8905b

Please sign in to comment.