mirror of
https://github.com/safing/portmaster
synced 2025-09-02 10:39:22 +00:00
fix linter error
This commit is contained in:
parent
d3def3ec94
commit
cc711e477d
2 changed files with 5 additions and 3 deletions
|
@ -9,7 +9,8 @@ import (
|
|||
"strings"
|
||||
|
||||
"github.com/miekg/dns"
|
||||
"github.com/safing/portbase/log" //nolint // weird error "Expected '\n', Found '\t'"
|
||||
|
||||
"github.com/safing/portbase/log"
|
||||
"github.com/safing/portbase/notifications"
|
||||
"github.com/safing/portmaster/network/netutils"
|
||||
)
|
||||
|
|
|
@ -9,9 +9,10 @@ import (
|
|||
"sync"
|
||||
"time"
|
||||
|
||||
"github.com/safing/portbase/api" //nolint // completing about import order!?
|
||||
"github.com/safing/portbase/modules"
|
||||
"golang.org/x/net/publicsuffix"
|
||||
|
||||
"github.com/safing/portbase/api"
|
||||
"github.com/safing/portbase/modules"
|
||||
)
|
||||
|
||||
var module *modules.Module
|
||||
|
|
Loading…
Add table
Reference in a new issue