Skip to content

Commit a86fb2b

Browse files
committed
Update docstring of DialArgs
1 parent f03b69c commit a86fb2b

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

convert.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -99,7 +99,8 @@ func FromIP(ip net.IP) (ma.Multiaddr, error) {
9999

100100
// DialArgs is a convenience function that returns network and address as
101101
// 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).
102+
// possible return values (we do not support the unixpacket ones yet). Unix
103+
// addresses do not, at present, compose.
103104
func DialArgs(m ma.Multiaddr) (string, string, error) {
104105
var (
105106
zone, network, ip, port string

0 commit comments

Comments
 (0)