Generator cleanup.
This commit is contained in:
parent
ee5d526d26
commit
a44bd85d32
22 changed files with 97 additions and 92 deletions
|
|
@ -91,7 +91,7 @@ func TestJoinEverything(t *testing.T) {
|
|||
Customer struct { // customer data for invoice
|
||||
model.Customer
|
||||
|
||||
Employee *struct {
|
||||
Employee *struct { // employee data for customer if exists
|
||||
model.Employee
|
||||
|
||||
Manager *model.Employee
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue