race.go 97 B

123456
  1. // +build race
  2. package sync
  3. // Race reports if the race detector is enabled.
  4. const Race = true