Skip to content

Commit

Permalink
Rename module until fatih#41 is merged.
Browse files Browse the repository at this point in the history
  • Loading branch information
pstibrany committed Apr 2, 2024
1 parent 4504edd commit b702d52
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion go.mod
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
module github.com/fatih/faillint
module github.com/pstibrany/faillint

go 1.16

Expand Down
3 changes: 2 additions & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,9 @@ import (
"io"
"os"

"github.com/fatih/faillint/faillint"
"golang.org/x/tools/go/analysis/singlechecker"

"github.com/pstibrany/faillint/faillint"
)

var (
Expand Down

0 comments on commit b702d52

Please sign in to comment.