It is very unlikely you are using text/template. At least I can't reproduce
the problem using text/template but can with html/template:
https://play.golang.org/p/elqHI1EtfFa. Or you are using text/template but
somewhere before executing that template your data is being converted to a
HTML friendly
Hi,
Yes, I am using text/template...
El viernes, 14 de junio de 2019, 19:07:24 (UTC-4), Burak Serdar escribió:
>
> On Fri, Jun 14, 2019 at 4:09 PM Yamil Bracho > wrote:
> >
> > I am building a kind of code generator based in golang templates and I
> have problems with some characters.
> >
>
Asking the real question
--
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visit
http
Turns out my code was correct and the only problem was that somehow the
cache was corrupted.
I ran go clean -modcache and everything is now working.
On Friday, June 14, 2019 at 4:24:34 PM UTC-7, Francesc Campoy Flores wrote:
>
> Hi everyone,
>
>
> I have a pretty weird error with Go modules tha
Hi everyone,
I have a pretty weird error with Go modules that I can't explain - after
some investigation I feel this might be a bug but I'd like to have some
extra eyes on it.
I have migrated my tools repository (github.com/campoy/tools) to use Go
modules and as a test I've tagged two majo
On Fri, Jun 14, 2019 at 4:09 PM Yamil Bracho wrote:
>
> I am building a kind of code generator based in golang templates and I have
> problems with some characters.
>
> For example if I have got this line in my template
> public class {{.Name}}Validator : AbstractValidator<{{.Name}}Input>
Are yo
I am building a kind of code generator based in golang templates and I have
problems with some characters.
For example if I have got this line in my template
public class {{.Name}}Validator : AbstractValidator<{{.Name}}Input>
is converted to this in my output file
public class GetLoginMarketCo
The problem is that os.NewFile makes a new File struct; it doesn't create a
file. Also, the first argument should be an open file descriptor, not a
flag. I think you want to use os.Create. You certainly don't want NewFile.
-rob
On Sat, Jun 15, 2019 at 12:21 AM wrote:
> I have been writing metr
Thanks Roger. I applied your suggestions.
On Wed, 12 Jun 2019 at 19:19, roger peppe wrote:
> I haven't looked further than the godoc, but a couple of initial
> suggestions:
>
> - the word JSON should always be spelled in all-caps if the first letter
> is J, so you would be better with NewJSONPar
I have been writing metrics to a NFS, then reading them from another server.
In my unit tests everything works fine on a local disk, but not when I
deploy.
I was previously using JSON streams on NFS, (one object per line), but gob
seems like the idiomatic solution.
Since no errors were being t
On Friday, June 14, 2019 at 12:58:40 PM UTC+2, Mark Bauermeister wrote:
>
> Any plans for a Vulkan back-end?
>
When I'm happy with the OpenGL ES backend then yes, Vulkan is the logical
next step.
- elias
--
You received this message because you are subscribed to the Google Groups
"golang-n
Any plans for a Vulkan back-end?
--
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 golang-nuts+unsubscr...@googlegroups.com.
To view this discussion on the web visi
So, I *did* invest a little more time, and ISTM that the data you're
getting are mostly a result of Go handling requests in parallel and perl
not doing that.
The statistics on top of the ab-output average over all requests by total
time taken. Whereas the data you dumped and plotted contains the ti
I just want to re-emphasize one specific thing: Neither I, nor anyone else,
actually owes you any of their time. I don't know you and I don't feel like
it is a good investment of my time to convince strangers on the internet.
So yes. You asked me to blog about things. I won't and I also won't spend
14 matches
Mail list logo