aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMonty Taylor <mordred@inaugust.com>2016-07-01 08:47:41 -0500
committerAndrew Gerrand <adg@golang.org>2016-07-03 23:07:59 +0000
commitafccfb829f17f85a8d4aa74f1a11a27422437405 (patch)
treeaf7c8f3c7219c4c7ab3f11f319f19d18199ce65c
parent519b469795287dc81ab3b994f8809f61a0c802da (diff)
downloadgo-afccfb829f17f85a8d4aa74f1a11a27422437405.tar.gz
go-afccfb829f17f85a8d4aa74f1a11a27422437405.zip
cmd/go: remove noVCSSuffix check for OpenStack
The original intent of the code was to allow both with and without .git suffix for now to allow a transition period. The noVCSSuffix check was a copy pasta error. Fixes #15979. Change-Id: I3d39aba8d026b40fc445244d6d01d8bc1979d1e4 Reviewed-on: https://go-review.googlesource.com/24645 Reviewed-by: Ian Lance Taylor <iant@golang.org>
-rw-r--r--src/cmd/go/vcs.go1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/cmd/go/vcs.go b/src/cmd/go/vcs.go
index df37c1a1f1..53ddbe694e 100644
--- a/src/cmd/go/vcs.go
+++ b/src/cmd/go/vcs.go
@@ -858,7 +858,6 @@ var vcsPaths = []*vcsPath{
re: `^(?P<root>git\.openstack\.org/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(\.git)?(/[A-Za-z0-9_.\-]+)*$`,
vcs: "git",
repo: "https://{root}",
- check: noVCSSuffix,
},
// General syntax for any server.