Skip to content

Commit

Permalink
Fix order of imports
Browse files Browse the repository at this point in the history
  • Loading branch information
breml committed Nov 23, 2021
1 parent 10249ca commit 0a6c8d1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pkg/golinters/errchkjson.go
@@ -1,8 +1,8 @@
package golinters

import (
"golang.org/x/tools/go/analysis"
"github.com/breml/errchkjson"
"golang.org/x/tools/go/analysis"

"github.com/golangci/golangci-lint/pkg/config"
"github.com/golangci/golangci-lint/pkg/golinters/goanalysis"
Expand Down

0 comments on commit 0a6c8d1

Please sign in to comment.