diff options
Diffstat (limited to 'tun')
-rw-r--r-- | tun/netstack/examples/http_client.go | 1 | ||||
-rw-r--r-- | tun/netstack/examples/http_server.go | 1 | ||||
-rw-r--r-- | tun/operateonfd.go | 1 | ||||
-rw-r--r-- | tun/wintun/dll_fromfile_windows.go | 1 | ||||
-rw-r--r-- | tun/wintun/dll_fromrsrc_windows.go | 1 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_32.go | 1 | ||||
-rw-r--r-- | tun/wintun/memmod/memmod_windows_64.go | 1 | ||||
-rw-r--r-- | tun/wintun/memmod/syscall_windows_32.go | 1 | ||||
-rw-r--r-- | tun/wintun/memmod/syscall_windows_64.go | 1 |
9 files changed, 0 insertions, 9 deletions
diff --git a/tun/netstack/examples/http_client.go b/tun/netstack/examples/http_client.go index 876e237..6ac2859 100644 --- a/tun/netstack/examples/http_client.go +++ b/tun/netstack/examples/http_client.go @@ -1,5 +1,4 @@ //go:build ignore -// +build ignore /* SPDX-License-Identifier: MIT * diff --git a/tun/netstack/examples/http_server.go b/tun/netstack/examples/http_server.go index 9420293..577c6ea 100644 --- a/tun/netstack/examples/http_server.go +++ b/tun/netstack/examples/http_server.go @@ -1,5 +1,4 @@ //go:build ignore -// +build ignore /* SPDX-License-Identifier: MIT * diff --git a/tun/operateonfd.go b/tun/operateonfd.go index bc80453..70d8a07 100644 --- a/tun/operateonfd.go +++ b/tun/operateonfd.go @@ -1,5 +1,4 @@ //go:build darwin || freebsd -// +build darwin freebsd /* SPDX-License-Identifier: MIT * diff --git a/tun/wintun/dll_fromfile_windows.go b/tun/wintun/dll_fromfile_windows.go index 31c8cc3..3a1cece 100644 --- a/tun/wintun/dll_fromfile_windows.go +++ b/tun/wintun/dll_fromfile_windows.go @@ -1,5 +1,4 @@ //go:build !load_wintun_from_rsrc -// +build !load_wintun_from_rsrc /* SPDX-License-Identifier: MIT * diff --git a/tun/wintun/dll_fromrsrc_windows.go b/tun/wintun/dll_fromrsrc_windows.go index 96b51c2..0f43097 100644 --- a/tun/wintun/dll_fromrsrc_windows.go +++ b/tun/wintun/dll_fromrsrc_windows.go @@ -1,5 +1,4 @@ //go:build load_wintun_from_rsrc -// +build load_wintun_from_rsrc /* SPDX-License-Identifier: MIT * diff --git a/tun/wintun/memmod/memmod_windows_32.go b/tun/wintun/memmod/memmod_windows_32.go index 75d7ca1..50e6feb 100644 --- a/tun/wintun/memmod/memmod_windows_32.go +++ b/tun/wintun/memmod/memmod_windows_32.go @@ -1,5 +1,4 @@ //go:build (windows && 386) || (windows && arm) -// +build windows,386 windows,arm /* SPDX-License-Identifier: MIT * diff --git a/tun/wintun/memmod/memmod_windows_64.go b/tun/wintun/memmod/memmod_windows_64.go index 09e6e73..a53851c 100644 --- a/tun/wintun/memmod/memmod_windows_64.go +++ b/tun/wintun/memmod/memmod_windows_64.go @@ -1,5 +1,4 @@ //go:build (windows && amd64) || (windows && arm64) -// +build windows,amd64 windows,arm64 /* SPDX-License-Identifier: MIT * diff --git a/tun/wintun/memmod/syscall_windows_32.go b/tun/wintun/memmod/syscall_windows_32.go index 0072710..f036ecb 100644 --- a/tun/wintun/memmod/syscall_windows_32.go +++ b/tun/wintun/memmod/syscall_windows_32.go @@ -1,5 +1,4 @@ //go:build (windows && 386) || (windows && arm) -// +build windows,386 windows,arm /* SPDX-License-Identifier: MIT * diff --git a/tun/wintun/memmod/syscall_windows_64.go b/tun/wintun/memmod/syscall_windows_64.go index b475202..6f2c039 100644 --- a/tun/wintun/memmod/syscall_windows_64.go +++ b/tun/wintun/memmod/syscall_windows_64.go @@ -1,5 +1,4 @@ //go:build (windows && amd64) || (windows && arm64) -// +build windows,amd64 windows,arm64 /* SPDX-License-Identifier: MIT * |