Re: [go-nuts] template Funcs with ParseFile and Execute

2017-03-25 Thread Yves Junqueira
Your ParseFiles call has a "templateName" argument in it. The ParseFiles function only takes file paths, not template names. And templates.New takes a template name, not a file path. Hope this helps. On Sat, Mar 25, 2017 at 9:14 AM, priyank pulumati < pulumati.priy...@gmail.com> wrote: > hello,

[go-nuts] Memory Limits in Go

2017-01-24 Thread Yves Junqueira
Hi. I've seen various discussions about adding memory limits to Go, but existing proposals are either impractical or they don't take into consideration important factors such as: - why it's so hard to have predictable memory usage - what's the effect of GOGC to your memory usage - how to