|
1 | 1 | # go-multiaddr-net
|
2 | 2 |
|
3 | 3 | [](http://ipn.io)
|
4 |
| -[](http://github.com/multiformats/multiformats) |
5 |
| -[](http://webchat.freenode.net/?channels=%23ipfs) |
| 4 | +[](https://github.com/multiformats/multiformats) |
| 5 | +[](https://webchat.freenode.net/?channels=%23ipfs) |
| 6 | +[](https://github.com/RichardLitt/standard-readme) |
| 7 | +[](https://travis-ci.org/multiformats/go-multiaddr-net) |
| 8 | +[](https://codecov.io/github/multiformats/go-multiaddr-net?branch=master) |
6 | 9 |
|
7 | 10 | > multiaddr net tools
|
8 | 11 |
|
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 |
| 12 | +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 |
10 | 13 | as conversion to and from `net.Addr`.
|
11 | 14 |
|
12 | 15 | ## Table of Contents
|
@@ -40,8 +43,8 @@ Contributions welcome. Please check out [the issues](https://github.com/multifor
|
40 | 43 |
|
41 | 44 | 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 | 45 |
|
43 |
| -Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. |
| 46 | +Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification. |
44 | 47 |
|
45 | 48 | ## License
|
46 | 49 |
|
47 |
| -[MIT](LICENSE) © Juan Batiz-Benet |
| 50 | +[MIT](LICENSE) © 2014 Juan Batiz-Benet |
0 commit comments