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 0bd5f16 commit 3504e96Copy full SHA for 3504e96
convert.go
@@ -96,7 +96,7 @@ func FromIP(ip net.IP) (ma.Multiaddr, error) {
96
97
// DialArgs is a convenience function that returns network and address as
98
// expected by net.Dial. See https://godoc.org/net#Dial for an overview of
99
-// possible return values.
+// possible return values (we do not support the unix* ones yet).
100
func DialArgs(m ma.Multiaddr) (string, string, error) {
101
var (
102
zone, network, ip, port string
0 commit comments