aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/version/mksyscall.go
diff options
context:
space:
mode:
authorJason A. Donenfeld <Jason@zx2c4.com>2019-08-29 16:16:48 -0600
committerJason A. Donenfeld <Jason@zx2c4.com>2019-08-30 08:47:21 -0600
commitb70b012bc692477fdf51b09627c6a7333265ee31 (patch)
tree18badadf8bdf1b77b93932b947a352e5591ddf2b /version/mksyscall.go
parentversion: use ProductName and ProductVersion as strings (diff)
downloadwireguard-windows-b70b012bc692477fdf51b09627c6a7333265ee31.tar.xz
wireguard-windows-b70b012bc692477fdf51b09627c6a7333265ee31.zip
version: hard code name and version at compile time
We really do want the true name and version in logs so that external consumers have a good reference point for helping us debug. We can then do the log file directory explicitly. Signed-off-by: Jason A. Donenfeld <Jason@zx2c4.com>
Diffstat (limited to 'version/mksyscall.go')
-rw-r--r--version/mksyscall.go8
1 files changed, 0 insertions, 8 deletions
diff --git a/version/mksyscall.go b/version/mksyscall.go
deleted file mode 100644
index 3c993928..00000000
--- a/version/mksyscall.go
+++ /dev/null
@@ -1,8 +0,0 @@
-/* SPDX-License-Identifier: MIT
- *
- * Copyright (C) 2019 WireGuard LLC. All Rights Reserved.
- */
-
-package version
-
-//go:generate go run $GOROOT/src/syscall/mksyscall_windows.go -output zsyscall_windows.go os_windows.go version_windows.go