Muhammad Amir Ejaz

Results 3 comments of Muhammad Amir Ejaz

I also need this feature. Thank god it is released. Unable to find any documentation for it. Can someone please mention the link to it? Thanks.

Thanks @a631807682 . I tried and it's working for nested structs but only where there is 1:1 relationship. Like DB. Joins("Manager"). Joins("Manager.Company"). Joins("Manager.NamedPet"). Joins("NamedPet"). Joins("NamedPet.Toy") All these relationships are 1:1,...

I got the same error: ![image](https://user-images.githubusercontent.com/37077032/231385550-3ddb64e9-b03b-4f46-9f39-082878f12450.png) But when I provided the folder path and file name like this: `-outPath ./generatedtructs -outFile "generatedStructs.go"` The error got resolved for me.