]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/get: fix regexes for "any" character matching
authorPiyush Mishra <piyush@codeitout.com>
Fri, 9 Feb 2018 03:32:17 +0000 (03:32 +0000)
committerBrad Fitzpatrick <bradfitz@golang.org>
Tue, 13 Feb 2018 19:47:48 +0000 (19:47 +0000)
commit71984fd6abdcb93cf4ea1bc31cafc102a7c90549
tree9d29b554a2cac81ae22888302c977f6beb9192ac
parent25d22d9abae4345c24cd2ae7f26de1846888faa4
cmd/go/internal/get: fix regexes for "any" character matching

Minor bug: `hubajazz.net` and `gitbapache.org` would match, probably shouldn't

GitHub-Last-Rev: 75bd338569ca41f83b9c36fe3d5ae3b4db0a26cc
GitHub-Pull-Request: golang/go#23755
Change-Id: Ie9c9ab1c15364eccdab8cf3b106b9c370e7f532f
Reviewed-on: https://go-review.googlesource.com/92997
Run-TryBot: Andrew Bonventre <andybons@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/get/vcs.go
src/cmd/go/internal/get/vcs_test.go