chore: fix lint errors

This commit is contained in:
braginini 2022-01-25 08:41:27 +01:00
parent 30625c68a9
commit 8ab6eb1cf4

View File

@ -11,10 +11,6 @@ import (
"github.com/vishvananda/netlink"
)
const (
wireguarModuleName = "wireguard"
)
type NativeLink struct {
Link *netlink.Link
}