Data Races Are a Compile Error Now: GALA in July (0.63 -> 0.72)
Go's race detector is very good at what it does. What it does is watch a program
run and report races it actually observed.
That last part is the whole problem. go test -race finds the race your test
martianov.dev9 min read