fix ci-lint

This commit is contained in:
zhuyasen
2024-06-16 13:18:32 +08:00
parent 6cabd20c39
commit da4d86ac53

View File

@@ -520,6 +520,7 @@ func makeCode(stmt *ast.CreateTableStmt, opt options) (*codeText, error) {
}, nil
}
// nolint
func getModelStructCode(data tmplData, importPaths []string, isEmbed bool) (string, []string, error) {
// filter to ignore field fields
var newFields = []tmplField{}