diff --git a/core/device/tun/tun_wireguard_unix.go b/core/device/tun/tun_wireguard_unix.go index df7f5d5..550eb32 100644 --- a/core/device/tun/tun_wireguard_unix.go +++ b/core/device/tun/tun_wireguard_unix.go @@ -2,6 +2,7 @@ package tun +//nolint:all const ( offset = 4 /* 4 bytes TUN_PI */ defaultMTU = 1500