Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Normalize
url.Error
message for Go 1.14
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.
- Loading branch information