-
Notifications
You must be signed in to change notification settings - Fork 744
feat(go): allow multiline pragmas #10594
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
Conversation
4eaaeaa
to
b397a0c
Compare
Would it be possible to support backticks instead of |
The parser for the pragma values is using JSON (just like it does today) - so you can't have multi-line strings. Allowing multi-line strings and everything like that isn't quite in scope right now, I just wanted to make sure we could support multi-line arrays (since those are really horrible). |
This comment was marked as resolved.
This comment was marked as resolved.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
lgtm
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
👍
Signed-off-by: Justin Chadwell <me@jedevc.com>
Signed-off-by: Justin Chadwell <me@jedevc.com>
Signed-off-by: Justin Chadwell <me@jedevc.com>
Fix for #8383.