6 ms·
Go does have the `- race` flag for test + build commands [1], which can help (not 100% iirc, but some) with datarace detection. [1] https://go.dev/doc/articles
by astockwell 2y ago
Go does have the `- race` flag for test + build commands [1], which can help (not 100% iirc, but some) with datarace detection.
[1] https://go.dev/doc/articles/race_detector https://go.dev/doc/articles/race_detector