How to have live web preview with http package?

I have to shut down my server every time I make a change in Go code to see how it’s reflected there
Fixes:
In Node.js I have to install package called Nodemon and in the terminal, I use it instead of default node one
In Python/Django, it’s already automated for me
In Python/Flask I have to set DEBUG = True

In Golang ???

1 Like

This topic was automatically closed 90 days after the last reply. New replies are no longer allowed.