You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When using structs in combination with various ORM's like GORM you'll end up having fields like: Customer and CustomerID. We ignore the Customer or the CustomerID based on what we would like to output. It would be nice to skip the fields that are explicitly set to be ignored like json:"-".
Implementing a regex would also be a fine solution: #83
The text was updated successfully, but these errors were encountered:
When using structs in combination with various ORM's like GORM you'll end up having fields like:
Customer
andCustomerID
. We ignore the Customer or the CustomerID based on what we would like to output. It would be nice to skip the fields that are explicitly set to be ignored likejson:"-"
.Implementing a regex would also be a fine solution: #83
The text was updated successfully, but these errors were encountered: