Skip to content

Commit 455d8ee

Browse files
committed
newlinter: fixing lint
1 parent 03984f5 commit 455d8ee

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

pkg/golinters/gofuncor/gofuncor.go

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,10 @@
11
package gofuncor
22

33
import (
4-
"github.com/golangci/golangci-lint/v2/pkg/goanalysis"
54
"github.com/manuelarte/gofuncor/pkg/analyzer"
65
"golang.org/x/tools/go/analysis"
6+
7+
"github.com/golangci/golangci-lint/v2/pkg/goanalysis"
78
)
89

910
func New() *goanalysis.Linter {

0 commit comments

Comments
 (0)