]> Cypherpunks repositories - gostls13.git/commit
cmd/go: allow GOPROXY to elide the "https://" prefix
authorBryan C. Mills <bcmills@google.com>
Thu, 6 Jun 2019 18:43:28 +0000 (14:43 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 11 Jun 2019 19:43:04 +0000 (19:43 +0000)
commitbdd420155236768033b05524490738ca97645166
treed2f0a8759829e33f585a19113e7c61ceef969cbd
parentd36452eb560b4cf42c67be4b59d3f09c9df8d014
cmd/go: allow GOPROXY to elide the "https://" prefix

Fixes #32191

Change-Id: I6eebe1d4975e904c906e6b839cd6cab9447cbb34
Reviewed-on: https://go-review.googlesource.com/c/go/+/181019
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/go/internal/modfetch/proxy.go
src/cmd/go/internal/modfetch/sumdb.go
src/cmd/go/testdata/script/mod_proxy_https.txt [new file with mode: 0644]