go-multiaddr/net/doc.go

6 lines
236 B
Go
Raw Normal View History

2014-11-05 00:38:21 -08:00
// Package manet provides 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.
2014-11-05 00:38:21 -08:00
package manet