From a86fb2b318f318e13d82a7c7debf2ec16b1e8293 Mon Sep 17 00:00:00 2001 From: Cole Brown Date: Tue, 4 Dec 2018 10:21:33 -0500 Subject: [PATCH] Update docstring of DialArgs --- convert.go | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/convert.go b/convert.go index 8444258..061f1c4 100644 --- a/convert.go +++ b/convert.go @@ -99,7 +99,8 @@ 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 (we do not support the unix* ones yet). +// possible return values (we do not support the unixpacket ones yet). Unix +// addresses do not, at present, compose. func DialArgs(m ma.Multiaddr) (string, string, error) { var ( zone, network, ip, port string