All posts tagged 'golang'
-
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 -
Hot reload for a Go app using Air and Makefile
I've been learning Go via Alex Edwards' excellent books, Let's Go and Let's Go Further. It's been an enjoyable experience so far, and in some ways the development experience is nicer than what I'm accustomed to coming from JavaScript-world. But one thing that I missed was having the server...
Read article