Panics on errors, e.g. connection refused
Created by: tv42
https://github.com/DHowett/ranger/blob/fc619122af5b02326e9a0aaeda3ca22bc1e5456f/http.go#L31-L32
resp, _ := r.client.Head(r.URL.String())
if resp.StatusCode == http.StatusNotFound {
That's just not a safe assumption.