blob: 1abba5afb87d8a71296f82ed656233ad487ec01f (
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 = true
|