]> Cypherpunks repositories - gostls13.git/commit
cmd/go: clear cmd cache to avoid duplicate loads errors
authorDmitriy Dudkin <dudkin.dmitriy@gmail.com>
Thu, 25 Feb 2016 19:48:57 +0000 (21:48 +0200)
committerAndrew Gerrand <adg@golang.org>
Thu, 14 Apr 2016 05:35:15 +0000 (05:35 +0000)
commit286a9c3d74aaec172195a034c2fbc6984ff67009
tree8dc28f879c61c86df3aa243f1c52e7721708ac80
parent3778f798c66834f116a75d0be4dd6b6c4a2f52ae
cmd/go: clear cmd cache to avoid duplicate loads errors

go get -u all command updates all packages including standard
commands. We need to get commands evicted from their cache to
avoid loading old versions of the packages evicted from the
packages cache.

Fixes #14444

Change-Id: Icd581a26e1db34ca634aba595fed62b097094c2f
Reviewed-on: https://go-review.googlesource.com/19899
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
Reviewed-on: https://go-review.googlesource.com/22040
Reviewed-by: Andrew Gerrand <adg@golang.org>
src/cmd/go/get.go
src/cmd/go/go_test.go