• M
    Normalize `url.Error` message for Go 1.14 · 5b7cf00a
    Mislav Marohnić 提交于
    Go 1.13: `Post <URL>: <message>`
    Go 1.14: `Post "<URL>": <message>`
    
    Since we have an existing test that includes this error message, make
    sure that `url.Error`s are output without quotes around the URL.
    5b7cf00a
client.go 32.1 KB