]> Cypherpunks repositories - gostls13.git/commit
cmd/go/internal/modfetch: workaround file URL parsing on Windows
authorJay Conrod <jayconrod@google.com>
Thu, 25 Apr 2019 15:59:32 +0000 (11:59 -0400)
committerJay Conrod <jayconrod@google.com>
Thu, 25 Apr 2019 16:32:34 +0000 (16:32 +0000)
commit41d1bf0efc121c451f497ceae8df366622efd821
treebba8e3885bc626769d33ba2de57c9cef4e10e0a5
parentf30c564529b8297eadfd2441679e5ffe0f9850b8
cmd/go/internal/modfetch: workaround file URL parsing on Windows

Remove the leading slash from GOPROXY file:// URLs.

Updates #31675

Change-Id: Id45af2a806afc3c216181c13f6bc73713b925693
Reviewed-on: https://go-review.googlesource.com/c/go/+/173499
Run-TryBot: Jay Conrod <jayconrod@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Ian Cottrell <iancottrell@google.com>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/internal/modfetch/proxy.go