On Tue, Aug 20, 2019 at 10:12 AM Pierre Durand wrote:
>
> I know that by convention Go string contain UTF-8 encoded text.
To my understanding this is not entirely true -- see
https://blog.golang.org/strings#TOC_2. -- It is simply a readonly slice of
bytes. However there is at least 2 places wher
Hello,
first a small remark on wording: I think you're using the verb "parse" with
the wrong definition here? You might mean something like "to replace html
in template tokens" instead of "to parse..." :-).
On Friday, May 4, 2018 at 10:42:57 AM UTC+2, Amandeep Kaur wrote:
>
> Where templateHtml