We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f03b69c commit a86fb2bCopy full SHA for a86fb2b
convert.go
@@ -99,7 +99,8 @@ func FromIP(ip net.IP) (ma.Multiaddr, error) {
99
100
// DialArgs is a convenience function that returns network and address as
101
// expected by net.Dial. See https://godoc.org/net#Dial for an overview of
102
-// possible return values (we do not support the unix* ones yet).
+// possible return values (we do not support the unixpacket ones yet). Unix
103
+// addresses do not, at present, compose.
104
func DialArgs(m ma.Multiaddr) (string, string, error) {
105
var (
106
zone, network, ip, port string
0 commit comments