diff --git a/go/vcs/vcs.go b/go/vcs/vcs.go index 0451e97b..6e58ac74 100644 --- a/go/vcs/vcs.go +++ b/go/vcs/vcs.go @@ -648,15 +648,6 @@ func expand(match map[string]string, s string) string { // vcsPaths lists the known vcs paths. var vcsPaths = []*vcsPath{ - // go.googlesource.com - { - prefix: "go.googlesource.com", - re: `^(?Pgo\.googlesource\.com/[A-Za-z0-9_.\-]+/?)$`, - vcs: "git", - repo: "https://{root}", - check: noVCSSuffix, - }, - // Github { prefix: "github.com/",