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,
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