Skip to content
This repository was archived by the owner on Jan 18, 2026. It is now read-only.

fix(gen): escape backticks#500

Merged
nrwiersma merged 1 commit intohamba:mainfrom
ekazakas:fix/gen_backticks
Feb 6, 2025
Merged

fix(gen): escape backticks#500
nrwiersma merged 1 commit intohamba:mainfrom
ekazakas:fix/gen_backticks

Conversation

@ekazakas
Copy link
Copy Markdown
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
12 checks passed
@ekazakas ekazakas deleted the fix/gen_backticks branch February 6, 2025 11:16
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants