Victor Assunção
Results
2
issues of
Victor Assunção
I had trouble getting the variadic parameter to work and the simplest solution I found was to change it to receive a slice. So references like the following will not...
enhancement
help wanted
## Context I'm using https://github.com/valyala/quicktemplate to generate pages. `quicktemplate` generate code following the `.qtpl` file. So, if I have a template named `foo.qtpl` it generates a `foo.qtpl.go`. ## The problem...