Generator cleanup.

This commit is contained in:
go-jet 2019-06-23 18:55:57 +02:00
parent ee5d526d26
commit a44bd85d32
22 changed files with 97 additions and 92 deletions

View file

@ -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