You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golan...@googlegroups.com
Hey!
Currently I use gin as my framework and write my HTML markup together
with go templates.
It happens every so often that I miss to set variables, and so I was
wondering if there are any best practices or tooling to help you make
sure that all variables are set?
Thanks,
Marc
Nico Braun
unread,
Oct 28, 2024, 4:15:07 PMOct 28
Reply to author
Sign in to reply to author
Forward
Sign in to forward
Delete
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to golang-nuts
On Monday 28 October 2024 at 13:47:38 UTC+1 Marc Coquand wrote: > I was wondering if there are any best practices or tooling to help you > make sure that all variables are set?
You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to Marc Coquand, golan...@googlegroups.com
Also check out https://github.com/jba/templatecheck It allows you to check the templates which otherwise you would only figure out by running them manually.