Fix windowskext linter errors
This commit is contained in:
@@ -2,10 +2,8 @@ package interception
|
||||
|
||||
import "github.com/safing/portmaster/network/packet"
|
||||
|
||||
var (
|
||||
// Packets channel for feeding the firewall.
|
||||
Packets = make(chan packet.Packet, 1000)
|
||||
)
|
||||
// Packets channel for feeding the firewall.
|
||||
var Packets = make(chan packet.Packet, 1000)
|
||||
|
||||
// Start starts the interception.
|
||||
func Start() error {
|
||||
|
||||
Reference in New Issue
Block a user