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
as conversion to and from `net.Addr`.
...
...
@@ -22,13 +24,32 @@ as conversion to and from `net.Addr`.
## Install
`go-multiaddr-net` is a standard Go module which can be installed with:
```sh
go get github.com/multiformats/go-multiaddr-net
```
Note that `go-multiaddr-net` is packaged with Gx, so it is recommended to use Gx to install and use it (see Usage section).
## Usage
See the docs:
This module is packaged with [Gx](https://github.com/whyrusleeping/gx). In order to use it in your own project do: