mirror of
https://github.com/safing/portmaster
synced 2025-09-01 18:19:12 +00:00
Fix linter error
This commit is contained in:
parent
6339eb0c49
commit
dac6b3c6fe
1 changed files with 2 additions and 1 deletions
|
@ -1,9 +1,10 @@
|
|||
package netenv
|
||||
|
||||
import (
|
||||
"github.com/tevino/abool"
|
||||
|
||||
"github.com/safing/portbase/log"
|
||||
"github.com/safing/portbase/modules"
|
||||
"github.com/tevino/abool"
|
||||
)
|
||||
|
||||
// Event Names.
|
||||
|
|
Loading…
Add table
Reference in a new issue