mirror of
https://github.com/refraction-networking/uquic.git
synced 2025-04-03 20:27:35 +03:00
6 lines
106 B
Go
6 lines
106 B
Go
//go:build race
|
|
|
|
package israce
|
|
|
|
// Enabled reports if the race detector is enabled.
|
|
const Enabled = true
|