Skip to content

Commit 3504e96

Browse files
committed
Mention that we do not support unix* return values in DialArgs.
License: MIT Signed-off-by: Hector Sanjuan <[email protected]>
1 parent 0bd5f16 commit 3504e96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

convert.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -96,7 +96,7 @@ func FromIP(ip net.IP) (ma.Multiaddr, error) {
9696

9797
// DialArgs is a convenience function that returns network and address as
9898
// expected by net.Dial. See https://godoc.org/net#Dial for an overview of
99-
// possible return values.
99+
// possible return values (we do not support the unix* ones yet).
100100
func DialArgs(m ma.Multiaddr) (string, string, error) {
101101
var (
102102
zone, network, ip, port string

0 commit comments

Comments
 (0)