mirror of
https://github.com/crowdsecurity/crowdsec.git
synced 2025-05-11 12:25:53 +02:00
lint: import statement order (#3085)
* lint: import statement order * lint
This commit is contained in:
parent
d4e6b75517
commit
206211ce53
42 changed files with 151 additions and 154 deletions
|
@ -6,9 +6,10 @@ import (
|
|||
"testing"
|
||||
|
||||
"github.com/antonmedv/expr"
|
||||
"github.com/crowdsecurity/crowdsec/pkg/types"
|
||||
"github.com/davecgh/go-spew/spew"
|
||||
log "github.com/sirupsen/logrus"
|
||||
|
||||
"github.com/crowdsecurity/crowdsec/pkg/types"
|
||||
)
|
||||
|
||||
type ExprDbgTest struct {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue