11 lines
161 B
Go
11 lines
161 B
Go
|
//+build !race
|
||
|
|
||
|
/* SPDX-License-Identifier: MIT
|
||
|
*
|
||
|
* Copyright (C) 2017-2021 WireGuard LLC. All Rights Reserved.
|
||
|
*/
|
||
|
|
||
|
package device
|
||
|
|
||
|
const raceEnabled = false
|