[go-nuts] Re: Go string and UTF-8

2019-08-20 Thread djego . joss
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

[go-nuts] Re: Html is not parsing while parsing a template to send email

2018-05-04 Thread djego . joss
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