style: transfer ownership

This commit is contained in:
zhuyasen
2024-12-19 13:31:29 +08:00
parent 21ed68366a
commit 5112f51697
371 changed files with 1230 additions and 1199 deletions

View File

@@ -651,7 +651,7 @@ func getModelStructCode(data tmplData, importPaths []string, isEmbed bool, jsonN
newImportPaths = append(newImportPaths, path)
}
}
newImportPaths = append(newImportPaths, "github.com/zhufuyi/sponge/pkg/sgorm")
newImportPaths = append(newImportPaths, "github.com/go-dev-frame/sponge/pkg/sgorm")
} else {
for i, field := range data.Fields {
switch field.DBDriver {