Implement #4442 , goctl generate unit test files for api handler and logic (#4443)

This commit is contained in:
Devin
2025-01-22 14:52:49 +08:00
committed by GitHub
parent bf883101d7
commit 6138f85470
10 changed files with 338 additions and 6 deletions

View File

@@ -83,6 +83,6 @@ func CreateServiceCommand(_ *cobra.Command, args []string) error {
return err
}
err = gogen.DoGenProject(apiFilePath, abs, VarStringStyle)
err = gogen.DoGenProject(apiFilePath, abs, VarStringStyle, false)
return err
}