DEV Community

Cover image for Live reloading in Go

Live reloading in Go

Stefan Alfbo on March 19, 2024

When writing code you want a fast feedback loop on your changes in the code. Live reloading is one feature that can enable that in your coding proc...
Collapse
 
sourjaya profile image
Sourjaya Das

Thanks for sharing this! Always wondered if there was a live reload tool for golang

Collapse
 
vegadelalyra profile image
Daniel Vega

Air does not have client reload support either, which can be really useful when you're doing full stack developments... I work on htmx + golang.

Collapse
 
kr4bz profile image
Michael

I use air but found myself wanting client-side reload quite badly, so I made it for a project of mine

github.com/MPMcIntyre/go-again