mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-02 21:13:12 +00:00
Merge pull request #25 from multiformats/feat/standard-readme
Edit badges, fix links
This commit is contained in:
commit
ac78277d26
13
README.md
13
README.md
@ -1,12 +1,15 @@
|
||||
# go-multiaddr-net
|
||||
|
||||
[](http://ipn.io)
|
||||
[](http://github.com/multiformats/multiformats)
|
||||
[](http://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](https://github.com/multiformats/multiformats)
|
||||
[](https://webchat.freenode.net/?channels=%23ipfs)
|
||||
[](https://github.com/RichardLitt/standard-readme)
|
||||
[](https://travis-ci.org/multiformats/go-multiaddr-net)
|
||||
[](https://codecov.io/github/multiformats/go-multiaddr-net?branch=master)
|
||||
|
||||
> multiaddr net tools
|
||||
|
||||
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
|
||||
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`.
|
||||
|
||||
## Table of Contents
|
||||
@ -40,8 +43,8 @@ Contributions welcome. Please check out [the issues](https://github.com/multifor
|
||||
|
||||
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).
|
||||
|
||||
Small note: If editing the Readme, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
||||
Small note: If editing the README, please conform to the [standard-readme](https://github.com/RichardLitt/standard-readme) specification.
|
||||
|
||||
## License
|
||||
|
||||
[MIT](LICENSE) © Juan Batiz-Benet
|
||||
[MIT](LICENSE) © 2014 Juan Batiz-Benet
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user