Skip to content

Commit

Permalink
Fix package path
Browse files Browse the repository at this point in the history
  • Loading branch information
bannzai committed Feb 15, 2022
1 parent 2916776 commit 12711c2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion cmd/nodecheck/main.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package main
import (
"flag"

"github.com/bannzai/nodecheck"
"github.com/gqlgo/gqlanalysis/multichecker"
"github.com/gqlgo/nodecheck"
)

func main() {
Expand Down
2 changes: 1 addition & 1 deletion nodecheck_test.go
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,8 @@ package nodecheck_test
import (
"testing"

"github.com/bannzai/nodecheck"
"github.com/gqlgo/gqlanalysis/analysistest"
"github.com/gqlgo/nodecheck"
)

func Test(t *testing.T) {
Expand Down

0 comments on commit 12711c2

Please sign in to comment.