Go has the html/template package which is a type-safe template language for generating html, with loops and whatnot. It’s awesome. Go also has built-in support for blurting out any structure as JSON so it’s dead simple…
I once wrote a thing that went all over gmail figuring out where all the pending mail was supposed to go and presenting it as an interactive dashboard. It was easy to do in Go because baking in the html templates,…
Go has the html/template package which is a type-safe template language for generating html, with loops and whatnot. It’s awesome. Go also has built-in support for blurting out any structure as JSON so it’s dead simple…
I once wrote a thing that went all over gmail figuring out where all the pending mail was supposed to go and presenting it as an interactive dashboard. It was easy to do in Go because baking in the html templates,…