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
In #15 it looks like some unintended changes where introduced. I scalar types are not being returned as values types even if the field for that value was a pointer type. Structs still are being returned as pointer types if they originally were.
This issue was reported to us in aws/aws-sdk-go#535 as it is breaking some functionality for those not using vendoring with the SDK.
The text was updated successfully, but these errors were encountered:
In #15 it looks like some unintended changes where introduced. I scalar types are not being returned as values types even if the field for that value was a pointer type. Structs still are being returned as pointer types if they originally were.
This issue was reported to us in aws/aws-sdk-go#535 as it is breaking some functionality for those not using vendoring with the SDK.
The text was updated successfully, but these errors were encountered: