mirror of
https://github.com/pion/stun.git
synced 2025-09-26 20:01:18 +08:00
11 lines
222 B
Go
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
|