We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hi.
Was investigating this lib to use in a project and ran into some issues with payload registration.
Wanted to ask why the use of anonymous structs is even allowed. See https://github.com/hellofresh/goengine/blob/master/strategy/json/payload_transformer_test.go#L139
They seem to result in an empty string when you try to reflect their name.
The text was updated successfully, but these errors were encountered:
I have a fix for the issue, but wanted to understand if anonymous structs are really a necessity or were just used to simplify testing.
Sorry, something went wrong.
No branches or pull requests
Hi.
Was investigating this lib to use in a project and ran into some issues with payload registration.
Wanted to ask why the use of anonymous structs is even allowed.
See https://github.com/hellofresh/goengine/blob/master/strategy/json/payload_transformer_test.go#L139
They seem to result in an empty string when you try to reflect their name.
The text was updated successfully, but these errors were encountered: