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

Add support for standard Go initialisms to avrogo #128

Closed
wants to merge 2 commits into from

Conversation

ojcm
Copy link

@ojcm ojcm commented Nov 30, 2023

Fixes #126

This PR adds support for generating idiomatic names with avrogo.

There is no change in behavior unless new flags are used:

  • -goinitialisms turns on the new behaviour using the standard set of Go initialisms
  • -extrainitialisms is an optional comma separated list of extra Go initialisms

Note to reviewers:
The style/structure of this repo is different to what I'm familiar with. Please let me know if anything is not following the existing conventions and I will update.

@ojcm ojcm closed this Jul 12, 2024
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.

avrogo generates non-idiomatic names
1 participant