norace.go 99 B

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