|
|
func LookupIP(ctx context.Context, host string, config *DialConfig) ([]net.IP, error) {
|
|
func LookupIP(ctx context.Context, host string, config *DialConfig) ([]net.IP, error) {
|
|
|
return nil, common.ContextError(errors.New("LookupIP with DeviceBinder not supported on this platform"))
|
|
return nil, common.ContextError(errors.New("LookupIP with DeviceBinder not supported on this platform"))
|