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,7 +1,7 @@
package relationsCheck
import (
"gormlint/common"
"github.com/kuzgoga/gormlint/common"
)
func IsBelongsTo(field common.Field, model common.Model, relatedModel common.Model) bool {