Comment by computerfriend
14 days ago
I wouldn't think so, but Go also has a data race detector: https://go.dev/doc/articles/race_detector.
14 days ago
I wouldn't think so, but Go also has a data race detector: https://go.dev/doc/articles/race_detector.
That's dynamic, not static; it doesn't help much with a race that's hard to trigger.