// DialAddress returns the address with unix:// prepended to the // provided address func DialAddress(address string) string { … } func isNoent(err error) bool { … } func dialer(address string, timeout time.Duration) (net.Conn, error) { … }
// DialAddress returns the address with unix:// prepended to the // provided address func DialAddress(address string) string { … } func isNoent(err error) bool { … } func dialer(address string, timeout time.Duration) (net.Conn, error) { … }