]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix typo in GoGetInsecure to actually set GOPROXY
authorBryan C. Mills <bcmills@google.com>
Tue, 12 Mar 2019 20:43:45 +0000 (16:43 -0400)
committerBryan C. Mills <bcmills@google.com>
Tue, 12 Mar 2019 21:08:33 +0000 (21:08 +0000)
commit01d1dc4172793edfc597f7abe5da38f7f232b69a
tree33d0bcb7bb9f9c70f66611d4c534caca17ac12e1
parentaf13cfc3a21a56e50f651dd9c1edcb6d30fc6e45
cmd/go: fix typo in GoGetInsecure to actually set GOPROXY

I typo'd this variable in CL 165745, and neither I, the reviewer, nor the TryBots noticed.
But the longtest builder noticed, and it's not happy about it.

Updates #30571

Change-Id: I5e3d267346407855ec0d1f340a72dc2c521ecc63
Reviewed-on: https://go-review.googlesource.com/c/go/+/167086
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/cmd/go/go_test.go