Update repospec_test.go

This commit is contained in:
Jeff Regan
2021-06-21 14:30:11 -07:00
committed by GitHub
parent cb4f5c3983
commit 936ac37a2e

View File

@@ -35,7 +35,6 @@ var hostNamesRawAndNormalized = [][]string{
{"git::https://git.example.com/", "https://git.example.com/"},
{"git@github.com:", "git@github.com:"},
{"git@github.com/", "git@github.com:"},
{"git@gitlab2.sqtools.ru:10022/", "git@gitlab2.sqtools.ru:10022/"},
}
func makeUrl(hostFmt, orgRepo, path, href string) string {