From 8da083b28e38ab46e0b93e006f80cb7eac4703e4 Mon Sep 17 00:00:00 2001 From: Jason Lyu Date: Mon, 15 May 2023 15:05:46 +0800 Subject: [PATCH] Chore: nolint in tun_wireguard_unix.go (#253) --- core/device/tun/tun_wireguard_unix.go | 1 + 1 file changed, 1 insertion(+) 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