rename: module

This commit is contained in:
2025-03-18 03:45:42 +07:00
parent ffbeccc4fd
commit b37121a218
11 changed files with 12 additions and 12 deletions

View File

@@ -1,8 +1,8 @@
package tests
import (
"github.com/kuzgoga/gormlint/nullSafetyCheck"
"golang.org/x/tools/go/analysis/analysistest"
"gormlint/nullSafetyCheck"
"testing"
)

View File

@@ -1,8 +1,8 @@
package tests
import (
"github.com/kuzgoga/gormlint/relationsCheck"
"golang.org/x/tools/go/analysis/analysistest"
"gormlint/relationsCheck"
"testing"
)