]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add fossil to general server regexp in get
authorKyle Shannon <kyle@pobox.com>
Wed, 16 Aug 2017 22:51:22 +0000 (16:51 -0600)
committerIan Lance Taylor <iant@golang.org>
Thu, 17 Aug 2017 18:26:42 +0000 (18:26 +0000)
commit541f8fef30adf62a2032b6e275e95507b00feb52
treec1a316825679cd8c743fef5bb390ac679045cc12
parentd5b0ec858b3760e93722c13958dea767ab8da34b
cmd/go: add fossil to general server regexp in get

Fix a missed change from:

https://golang.org/cl/56190

pointed out on the fossil mailing list shortly after submission
of the change mentioned above.  See:

http://www.mail-archive.com/fossil-users@lists.fossil-scm.org/msg25736.html

This change adds fossil to the general regular expression that is checked last
in the import path check.

For #10010

Change-Id: I6b711cdb1a8d4d767f61e1e28dc29dce529e0fad
Reviewed-on: https://go-review.googlesource.com/56491
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Daniel Martí <mvdan@mvdan.cc>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/get/vcs.go