All posts tagged 'prettier'
-
Formatting Golang HTML Templates with Prettier
In the previous article I discussed my setup for hot reloading a Go server using the Air package. Another quality of life improvement I made was to use Prettier to format my templates. I was actually rather surprised to find that Go templates (I'm using the standard library html/template package)...
Read article