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(gen): escape backticks #500

Merged
merged 1 commit into from
Feb 6, 2025
Merged

Conversation

ekazakas
Copy link
Contributor

@ekazakas ekazakas commented Feb 5, 2025

There is a problem when generating Go code with encoders and full schema. If The schema has some backticks in doc string, then it will produce invalid Go code, because the schema JSON string is wrapped in backticks (`). This needs backtick escaping.

@nrwiersma nrwiersma merged commit 29f45e2 into hamba:main Feb 6, 2025
13 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants