]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix handling of build tags for standard commands
authorDmitriy Vyukov <dvyukov@google.com>
Tue, 9 Oct 2012 15:54:14 +0000 (19:54 +0400)
committerDmitriy Vyukov <dvyukov@google.com>
Tue, 9 Oct 2012 15:54:14 +0000 (19:54 +0400)
commit6cab8aa4e44c83be20a1b6cb1681a1bcbc43aa86
treea21c3572126a971f1550629b07478d75a0d1b8ba
parentaa97c88ecb8463f9c7675cc812d7e52a381a9913
cmd/go: fix handling of build tags for standard commands
Otherwise if I add '+build !race' to e.g. src/cmd/fix/reflect_test.go,
it does not work.

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/6642044
src/cmd/go/pkg.go