From 588b9f01ae1ac81844b52c095c9abcd9326d35a3 Mon Sep 17 00:00:00 2001 From: "Jason A. Donenfeld" Date: Wed, 23 May 2018 03:17:51 +0200 Subject: Adopt GOPATH GOPATH is annoying, but the Go community pushing me to adopt it is even more annoying. --- donotuseon_linux.go | 15 +++++++++++++++ 1 file changed, 15 insertions(+) create mode 100644 donotuseon_linux.go (limited to 'donotuseon_linux.go') diff --git a/donotuseon_linux.go b/donotuseon_linux.go new file mode 100644 index 0000000..7197375 --- /dev/null +++ b/donotuseon_linux.go @@ -0,0 +1,15 @@ +// +build !android + +/* SPDX-License-Identifier: GPL-2.0 + * + * Copyright (C) 2017-2018 Jason A. Donenfeld . 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. +// -------------------------------------------------------- -- cgit v1.2.3-59-g8ed1b