diff options
Diffstat (limited to 'donotuseon_linux.go')
-rw-r--r-- | donotuseon_linux.go | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/donotuseon_linux.go b/donotuseon_linux.go deleted file mode 100644 index ee8a83b..0000000 --- a/donotuseon_linux.go +++ /dev/null @@ -1,15 +0,0 @@ -// +build !android - -/* SPDX-License-Identifier: MIT - * - * Copyright (C) 2017-2019 WireGuard LLC. All Rights Reserved. - */ - -package main - -const DoNotUseThisProgramOnLinux = UseTheKernelModuleInstead - -// -------------------------------------------------------- -// Do not use this on Linux. Instead use the kernel module. -// See wireguard.com/install for more information. -// -------------------------------------------------------- |