|
1 |
| -# multiaddr/net - Multiaddr friendly net |
| 1 | +# go-multiaddr-net |
2 | 2 |
|
3 |
| -Package multiaddr/net provides [Multiaddr](https://github.com/multiformats/go-multiaddr) specific versions of common |
4 |
| -functions in stdlib's net package. This means wrappers of |
5 |
| -standard net symbols like net.Dial and net.Listen, as well |
6 |
| -as conversion to/from net.Addr. |
| 3 | +[](http://ipn.io) |
| 4 | +[](http://github.com/multiformats/multiformats) |
| 5 | +[](http://webchat.freenode.net/?channels=%23ipfs) |
7 | 6 |
|
8 |
| -Docs: |
| 7 | +> multiaddr net tools |
| 8 | +
|
| 9 | +This package provides [Multiaddr](http://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 |
| 10 | +as conversion to and from `net.Addr`. |
| 11 | + |
| 12 | +## Table of Contents |
| 13 | + |
| 14 | +- [Install](#install) |
| 15 | +- [Usage](#usage) |
| 16 | +- [Maintainers](#maintainers) |
| 17 | +- [Contribute](#contribute) |
| 18 | +- [License](#license) |
| 19 | + |
| 20 | +## Install |
| 21 | + |
| 22 | +```sh |
| 23 | +go get multiformats/go-multiaddr-net |
| 24 | +``` |
| 25 | + |
| 26 | +## Usage |
| 27 | + |
| 28 | +See the docs: |
9 | 29 |
|
10 | 30 | - `multiaddr/net`: https://godoc.org/github.com/multiformats/go-multiaddr-net
|
11 | 31 | - `multiaddr`: https://godoc.org/github.com/multiformats/go-multiaddr
|
| 32 | + |
| 33 | +## Maintainers |
| 34 | + |
| 35 | +Captain: [@whyrusleeping](https://github.com/whyrusleeping). |
| 36 | + |
| 37 | +## Contribute |
| 38 | + |
| 39 | +Contributions welcome. Please check out [the issues](https://github.com/multiformats/go-multiaddr-net/issues). |
| 40 | + |
| 41 | +Check out our [contributing document](https://github.com/multiformats/multiformats/blob/master/contributing.md) for more information on how we work, and about contributing in general. Please be aware that all interactions related to multiformats are subject to the IPFS [Code of Conduct](https://github.com/ipfs/community/blob/master/code-of-conduct.md). |
| 42 | + |
| 43 | +Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. |
| 44 | + |
| 45 | +## License |
| 46 | + |
| 47 | +[MIT](LICENSE) © Juan Batiz-Benet |
0 commit comments