2ef39d4754
Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
12 lines
176 B
Go
12 lines
176 B
Go
//go:build race
|
|
// +build race
|
|
|
|
/* SPDX-License-Identifier: MIT
|
|
*
|
|
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
|
|
*/
|
|
|
|
package device
|
|
|
|
const raceEnabled = true
|