go/src
Dmitriy Dudkin ca42f1f50e 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>
2016-02-25 21:31:39 +00:00
..
archive all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
bufio all: fix typos and spelling 2016-02-24 18:42:29 +00:00
builtin
bytes bytes: make Buffer comment more accurate 2016-02-21 03:57:24 +00:00
cmd cmd/go: clear cmd cache to avoid duplicate loads errors 2016-02-25 21:31:39 +00:00
compress build: shorten a few packages with long tests 2015-12-29 15:46:44 +00:00
container
crypto all: fix typos and spelling 2016-02-24 18:42:29 +00:00
database/sql all: fix typos and spelling 2016-02-24 18:42:29 +00:00
debug all: fix typos and spelling 2016-02-24 18:42:29 +00:00
encoding all: fix typos and spelling 2016-02-24 18:42:29 +00:00
errors
expvar expvar: document that Get returns nil for non-existent vars 2016-02-25 16:48:08 +00:00
flag
fmt fmt: fix zero padding for NaN 2016-02-21 12:04:21 +00:00
go all: fix typos and spelling 2016-02-24 18:42:29 +00:00
hash cmd/internal/obj/x86: add new instructions, cleanup. 2016-01-13 14:04:44 +00:00
html all: fix typos and spelling 2016-02-24 18:42:29 +00:00
image all: fix typos and spelling 2016-02-24 18:42:29 +00:00
index/suffixarray
internal all: fix typos and spelling 2016-02-24 18:42:29 +00:00
io io/ioutil: add examples to functions 2015-11-30 19:47:18 +00:00
log all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
math all: fix typos and spelling 2016-02-24 18:42:29 +00:00
mime all: fix typos 2016-02-23 13:58:47 +00:00
net net/textproto: permit all valid token chars in CanonicalMIMEHeaderKey input 2016-02-25 21:00:57 +00:00
os os: fix tests on brillo 2016-02-24 21:05:40 +00:00
path all: fix typos and spelling 2016-02-24 18:42:29 +00:00
reflect cmd/compile: remove rtype.ptrToThis 2016-02-25 17:47:42 +00:00
regexp all: fix typos and spelling 2016-02-24 18:42:29 +00:00
runtime runtime, runtime/pprof: add Frames to get file/line for Callers 2016-02-25 19:42:19 +00:00
sort all: fix typos and spelling 2016-02-24 18:42:29 +00:00
strconv
strings
sync all: use cannot instead of can not 2016-02-21 15:35:50 +00:00
syscall all: fix typos and spelling 2016-02-24 18:42:29 +00:00
testing testing: move comment inside T.Parallel 2016-01-06 17:59:55 +00:00
text all: fix typos and spelling 2016-02-24 18:42:29 +00:00
time all: replace strings.Index with strings.Contains where possible 2016-02-19 01:06:05 +00:00
unicode unicode/utf16: speed up and clean up Encode and EncodeRune 2016-02-24 21:07:03 +00:00
unsafe unsafe: fix typo in documentation of valid Pointer->uintptr->Pointer conversions 2016-01-29 00:41:27 +00:00
vendor net/http: update http2 to check header values, move from vendor to internal 2016-01-21 00:19:02 +00:00
Make.dist
all.bash
all.bat
all.rc
androidtest.bash
bootstrap.bash build: use consistent shebang line 2016-01-14 03:16:20 +00:00
buildall.bash build: test linux/mips64 and linux/mips64le with buildall.bash 2016-01-19 04:43:44 +00:00
clean.bash
clean.bat
clean.rc
iostest.bash
make.bash cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
make.bat cmd/go, go/build: add support for Fortran 2016-02-24 15:06:38 +00:00
make.rc
nacltest.bash
race.bash cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
race.bat cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.bash cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.bat cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00
run.rc cmd/dist: make test default to --no-rebuild 2015-12-29 15:20:00 +00:00