mirror of
https://github.com/golang/go
synced 2024-11-24 22:00:09 -07:00
cmd/go: fix get github
R=golang-dev, bradfitz CC=golang-dev https://golang.org/cl/5569054
This commit is contained in:
parent
565e140a16
commit
59ae15106a
@ -286,6 +286,7 @@ var vcsPaths = []*vcsPath{
|
||||
{
|
||||
prefix: "github.com/",
|
||||
re: `^(?P<root>github\.com/[A-Za-z0-9_.\-]+/[A-Za-z0-9_.\-]+)(/[A-Za-z0-9_.\-]+)*$`,
|
||||
vcs: "git",
|
||||
repo: "https://{root}",
|
||||
check: noVCSSuffix,
|
||||
},
|
||||
|
Loading…
Reference in New Issue
Block a user