From 3504e962a0607906a41e0b0033fefa4cc2273fa8 Mon Sep 17 00:00:00 2001 From: Hector Sanjuan Date: Wed, 28 Nov 2018 16:17:16 +0100 Subject: [PATCH] Mention that we do not support unix* return values in DialArgs. License: MIT Signed-off-by: Hector Sanjuan --- convert.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/convert.go b/convert.go index c8fbab1..0a5edd4 100644 --- a/convert.go +++ b/convert.go @@ -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