Javascript string within a template. Even when I "no-escape" this string by
converting it to type template.JSString, however, it still becomes escaped.
In the example below, I expect the output to be:
{key: "/value",}
However, the actual output has a preceding backslash:
{key: "\/value",}
A program that demonstrates this issue is below. Any ideas on what I'm
doing wrongly here?
http://play.golang.org/p/CzimCt2sqF
Thanks!
James
--
You received this message because you are subscribed to the Google Groups "golang-nuts" group.
To unsubscribe from this group and stop receiving emails from it, send an email to [email protected].
For more options, visit https://groups.google.com/groups/opt_out.