Browse Source

Chore: nolint in tun_wireguard_unix.go (#253)

pull/255/head
Jason Lyu 2 years ago
committed by GitHub
parent
commit
8da083b28e
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      core/device/tun/tun_wireguard_unix.go

1
core/device/tun/tun_wireguard_unix.go

@ -2,6 +2,7 @@
package tun
//nolint:all
const (
offset = 4 /* 4 bytes TUN_PI */
defaultMTU = 1500

Loading…
Cancel
Save