]> Cypherpunks repositories - gostls13.git/commit
cmd/go: add -race flag to 'go list'
authorRob Pike <r@golang.org>
Thu, 29 Aug 2013 01:16:53 +0000 (11:16 +1000)
committerRob Pike <r@golang.org>
Thu, 29 Aug 2013 01:16:53 +0000 (11:16 +1000)
commitd595b67a12f1ecc0839bc4ced7efae916ed5584d
treeee5f6d8f0b0927b45c13a77862bcabe1c088b14d
parent1d7699e99cdf1ef780377ae123e40cfed57da499
cmd/go: add -race flag to 'go list'

Causes the package dependencies to include those for race detection.
Fixes #5653.

R=golang-dev, dave, bradfitz
CC=golang-dev
https://golang.org/cl/13236045
src/cmd/go/list.go