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

@@ -2,8 +2,8 @@ package relationsCheck
import (
"fmt"
"github.com/kuzgoga/gormlint/common"
"golang.org/x/tools/go/analysis"
"gormlint/common"
"slices"
)