```let response = request.send() .map_err(|err...
# pact-go
n
Copy code
let response = request.send()
    .map_err(|err| anyhow!(err))
    .and_then(native_response_to_pact_response)
    .await?;
I'll perhaps move this to the #libpact_ffi-users channel. It seems more appropriate.