Skip to content
New issue

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

fix: Use same CamelCase logic as go plugin #15

Merged
merged 1 commit into from
Jul 11, 2021

Conversation

wdullaer
Copy link
Contributor

@wdullaer wdullaer commented Jul 9, 2021

The go plugin performs some additional rewrites when it camelcases
field names.
This change uses the same function to perform to transform.
It fixes bugs where the resulting code could not be compiled because
it tried to access non existing field names.

The go plugin performs some additional rewrites when it camelcases
field names.
This change uses the same function to perform to transform.
It fixes bugs where the resulting code could not be compiled because
it tried to access non existing field names.
@kei2100 kei2100 merged commit 368b649 into kei2100:master Jul 11, 2021
@kei2100
Copy link
Owner

kei2100 commented Jul 11, 2021

Thank you for your pull request!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants