github.com/metacubex/quic-go@v0.44.1-0.20240520163451-20b689a59136/integrationtests/tools/israce/norace.go (about)

     1  //go:build !race
     2  
     3  package israce
     4  
     5  // Enabled reports if the race detector is enabled.
     6  const Enabled = false