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: fix weird case transforms like FTLName -> fTLName #901

Merged
merged 2 commits into from
Feb 8, 2024

Conversation

alecthomas
Copy link
Collaborator

This should now be determinstically mapped to upper/lower camel for types and functions/values respectively.

Note that this casing differs from native Go casing in that initialisms/acronyms are never all-caps. That is, FTL casing is: Ftl not FTL.

This should now be determinstically mapped to upper/lower camel for
types and functions/values respectively.

Note that this casing differs from native Go casing in that
initialisms/acronyms are never all-caps. That is, FTL casing is: Ftl not
FTL.
@alecthomas alecthomas merged commit be2bda1 into main Feb 8, 2024
@alecthomas alecthomas deleted the aat/fix-casing branch February 8, 2024 09:41
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.

1 participant