Files
stun/internal/testutil/norace.go
2023-04-18 13:19:15 +02:00

11 lines
222 B
Go

// SPDX-FileCopyrightText: 2023 The Pion community <https://pion.ly>
// SPDX-License-Identifier: MIT
//go:build !race
// +build !race
package testutil
// Race reports if the race detector is enabled.
const Race = false