aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version/official_linux.go
diff options
context:
space:
mode:
Diffstat (limited to 'version/official_linux.go')
-rw-r--r--version/official_linux.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/version/official_linux.go b/version/official_linux.go
new file mode 100644
index 00000000..d3ca3349
--- /dev/null
+++ b/version/official_linux.go
@@ -0,0 +1,12 @@
+/* SPDX-License-Identifier: MIT
+ *
+ * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
+ */
+
+package version
+
+// For testing the updater package from linux. Debug stuff only.
+
+func IsOfficialPath(path string) bool {
+ return true
+}