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,9 +1,9 @@
package nullSafetyCheck
import (
"github.com/kuzgoga/gormlint/common"
"go/ast"
"golang.org/x/tools/go/analysis"
"gormlint/common"
"strings"
)