<#17437 go: support enabling data race detector> I...
# github-notifications
q
#17437 go: support enabling data race detector Issue created by tdyas
go
supports a
-race
argument to build binaries and tests with a runtime data race detector. Pants should support it as well via a field on
go_binary
and
go_package
(for tests) to enable/disable the data race detector. There would be option(s) to set the default value of the field if it were not specified. pantsbuild/pants
u