<#17517 naming an target's field for Go race detec...
# github-notifications
q
#17517 naming an target's field for Go race detector New discussion created by tdyas I would like feedback on what to name a new field on various Go target types to enable the Go data race detector. Relevant PR is #17510. Bazel rules_go just uses
race
for the name of their equivalent concept. Some proposals: •
race
with_race
with_race_detector
And test-only variants: •
test_race
test_with_race
test_with_race_detector
pantsbuild/pants