Running Go 1.10 inside of Google revealed that this test now fails in Go 1.10: https://github.com/asaskevich/govalidator ``` validator_test.go:698: Expected IsRequestURL("irc://#channel@network") to be true, got false ``` ... due to ba1018b4549f3edc257221cc8e49221255e03290 (https://go-review.googlesource.com/87038) For #23392 Is that a valid URL?