mirror of
https://github.com/logos-messaging/go-multiaddr.git
synced 2026-01-03 05:23:08 +00:00
6 lines
232 B
Go
6 lines
232 B
Go
// 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
|