You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
as an intentionally simple format, I think escape sequenced are out of scope for txtar.
Unlike many projects, the Go project does not use GitHub Issues for general discussion or asking questions. GitHub Issues are used for tracking bugs and proposals only.
Description
Let's imagine I want to play with
x/tools/txtar
package in a Go playground with a snippet like this:Contents of a
str
are detected as a file delimiter as Go Playground usestxtar
to bundle multiple files.This leads to build error.
I thought maybe it's possible to escape
--
character to bypass this issue but unfortunately Go Playground doesn't support that:Proposal
Can you please provide some way to escape
-- ... --
segments to workaround this issue or provide another better solution to this problem?Thank you.
The text was updated successfully, but these errors were encountered: