]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix import directory list for compilation
authorRuss Cox <rsc@golang.org>
Mon, 9 Jan 2012 23:38:07 +0000 (15:38 -0800)
committerRuss Cox <rsc@golang.org>
Mon, 9 Jan 2012 23:38:07 +0000 (15:38 -0800)
commit0ad241dd550d224f65c634f767f5e73a025fc2bc
treecc2acc66181b306523719c02cc189f542660057a
parent1421b4ceff1a9229914c2a03e0fc7e6b8520fe5c
cmd/go: fix import directory list for compilation

This fixes the most annoying bug in the go command,
that 'go build' sometimes ignored packages it had just
rebuilt in favor of stale installed ones.

This part of the code needs more thought, but this small
change is an important improvement.

R=golang-dev, adg
CC=golang-dev
https://golang.org/cl/5531053
src/cmd/go/build.go