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...
For further actions, you may consider blocking this person and/or reporting abuse
Thanks for sharing this! Always wondered if there was a live reload tool for golang
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.
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