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
This package provides [Multiaddr](https://github.com/multiformats/go-multiaddr) specific versions of common functions in [stdlib](https://github.com/golang/go/tree/master/src)'s `net` package. This means wrappers of standard net symbols like `net.Dial` and `net.Listen`, as well
13
15
as conversion to and from `net.Addr`.
@@ -22,13 +24,32 @@ as conversion to and from `net.Addr`.
22
24
23
25
## Install
24
26
27
+
`go-multiaddr-net` is a standard Go module which can be installed with:
28
+
25
29
```sh
26
30
go get github.com/multiformats/go-multiaddr-net
27
31
```
28
32
33
+
Note that `go-multiaddr-net` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section).
34
+
35
+
29
36
## Usage
30
37
31
-
See the docs:
38
+
This module is packaged with [Gx](https://github.com/whyrusleeping/gx). In order to use it in your own project do:
0 commit comments