File: norace.go

package info (click to toggle)
golang-github-lucas-clemente-quic-go 0.54.0-1
  • links: PTS, VCS
  • area: main
  • in suites: sid
  • size: 4,312 kB
  • sloc: sh: 54; makefile: 7
file content (6 lines) | stat: -rw-r--r-- 108 bytes parent folder | download | duplicates (6)
1
2
3
4
5
6
//go:build !race

package israce

// Enabled reports if the race detector is enabled.
const Enabled = false