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

Enums should not be escaped in Go #4136

Merged
merged 1 commit into from
Feb 5, 2024
Merged

Enums should not be escaped in Go #4136

merged 1 commit into from
Feb 5, 2024

Conversation

rkodev
Copy link
Contributor

@rkodev rkodev commented Feb 5, 2024

Fixes #2877

Enum options and enum names should not be escaped in Go

N.B. This is a breaking change

@rkodev rkodev requested a review from a team as a code owner February 5, 2024 16:42
Copy link

sonarqubecloud bot commented Feb 5, 2024

@rkodev rkodev merged commit e5ab5e2 into main Feb 5, 2024
186 of 187 checks passed
@rkodev rkodev deleted the fix/escaped-names-go branch February 5, 2024 17:55
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.

Enums in Go should not be escaped.
2 participants