Commit 3504e962 authored by Hector Sanjuan's avatar Hector Sanjuan

Mention that we do not support unix* return values in DialArgs.

License: MIT
Signed-off-by: default avatarHector Sanjuan <code@hector.link>
parent 0bd5f163
......@@ -96,7 +96,7 @@ func FromIP(ip net.IP) (ma.Multiaddr, error) {
// DialArgs is a convenience function that returns network and address as
// expected by net.Dial. See https://godoc.org/net#Dial for an overview of
// possible return values.
// possible return values (we do not support the unix* ones yet).
func DialArgs(m ma.Multiaddr) (string, string, error) {
var (
zone, network, ip, port string
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment