go-multiaddr/README.md

12 lines
463 B
Markdown
Raw Normal View History

2014-10-11 01:23:37 -07:00
# multiaddr/net - Multiaddr friendly net
Package multiaddr/net provides [Multiaddr](http://github.com/multiformats/go-multiaddr) specific versions of common
2014-10-11 01:23:37 -07:00
functions in stdlib's net package. This means wrappers of
standard net symbols like net.Dial and net.Listen, as well
as conversion to/from net.Addr.
Docs:
- `multiaddr/net`: https://godoc.org/github.com/multiformats/go-multiaddr-net
- `multiaddr`: https://godoc.org/github.com/multiformats/go-multiaddr