Skip to content

Commit

Permalink
Remove commas (#794)
Browse files Browse the repository at this point in the history
  • Loading branch information
paradox-lab2 authored Oct 9, 2024
1 parent 5319641 commit 6baaad6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pages/gen/dao.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ func main() {
g.ApplyBasic(model.Customer{}, model.CreditCard{}, model.Bank{}, model.Passport{})

// Generate default DAO interface for those generated structs from database
companyGenerator := g.GenerateModelAs("company", "MyCompany"),
companyGenerator := g.GenerateModelAs("company", "MyCompany")
g.ApplyBasic(
g.GenerateModel("users"),
companyGenerator,
Expand Down

0 comments on commit 6baaad6

Please sign in to comment.