Skip to content

Commit

Permalink
chore(golangci-lint): fix imports, goimports
Browse files Browse the repository at this point in the history
  • Loading branch information
ekristen committed Oct 21, 2024
1 parent 2838d19 commit 3509b2e
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions pkg/commands/create.go
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,12 @@ package commands

import (
"fmt"
"github.com/sans-sroc/integrity/pkg/common"
"github.com/sans-sroc/integrity/pkg/integrity"

"github.com/sirupsen/logrus"
"github.com/urfave/cli/v2"

"github.com/sans-sroc/integrity/pkg/common"
"github.com/sans-sroc/integrity/pkg/integrity"
)

type createCommand struct {
Expand Down

0 comments on commit 3509b2e

Please sign in to comment.