documentation
This commit is contained in:
parent
01c7b7934d
commit
7d1a12d59b
|
@ -0,0 +1,11 @@
|
|||
# multiaddr/net - Multiaddr friendly net
|
||||
|
||||
Package multiaddr/net provides Multiaddr specific versions of common
|
||||
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/jbenet/go-multiaddr/net
|
||||
- `multiaddr`: https://godoc.org/github.com/jbenet/go-multiaddr
|
|
@ -0,0 +1,5 @@
|
|||
// Package net provides Multiaddr specific versions of common
|
||||
// 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.
|
||||
package net
|
Loading…
Reference in New Issue