Fix tests and linters
This commit is contained in:
@@ -4,10 +4,8 @@ import (
|
||||
"github.com/safing/portbase/modules"
|
||||
)
|
||||
|
||||
var (
|
||||
// Module of this package. Export needed for testing of the endpoints package.
|
||||
Module *modules.Module
|
||||
)
|
||||
// Module of this package. Export needed for testing of the endpoints package.
|
||||
var Module *modules.Module
|
||||
|
||||
func init() {
|
||||
Module = modules.Register("intel", nil, nil, nil, "geoip", "filterlists")
|
||||
|
||||
Reference in New Issue
Block a user