//go:build !windows package usb import ( "net" ) func usbmuxdDial() (net.Conn, error) { return net.Dial("unix", "/var/run/usbmuxd") }