From dc8b30e5f59bb6fa04136e562d96a2f09f2dcdf3 Mon Sep 17 00:00:00 2001 From: Marten Seemann Date: Fri, 27 Aug 2021 07:08:27 -0700 Subject: [PATCH] chore: remove .gx --- .gx/lastpubver | 1 - README.md | 4 ---- 2 files changed, 5 deletions(-) delete mode 100644 .gx/lastpubver diff --git a/.gx/lastpubver b/.gx/lastpubver deleted file mode 100644 index 737af9f..0000000 --- a/.gx/lastpubver +++ /dev/null @@ -1 +0,0 @@ -0.3.9: QmabLh8TrJ3emfAoQk5AbqbLTbMyj7XqumMFmAFxa9epo8 diff --git a/README.md b/README.md index 3532927..9666d20 100644 --- a/README.md +++ b/README.md @@ -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.