blob: 6552f22e32a661aa9e26a50eceb8e21ec2cc7c4d (
plain)
1
2
3
4
5
6
7
8
9
10
11
|
//go:build !race
// +build !race
/* SPDX-License-Identifier: MIT
*
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
*/
package device
const raceEnabled = false
|