documentation

This commit is contained in:
Juan Batiz-Benet 2014-10-11 01:23:37 -07:00
parent 01c7b7934d
commit 7d1a12d59b
2 changed files with 16 additions and 0 deletions

11
net/README.md Normal file
View File

@ -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

5
net/doc.go Normal file
View File

@ -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