Golang-templates > How to update the result web page as soon as the template file (html) is changed

Viewed 16

I'm learning Golang and having some trouble with the web (html) templates. Whenever I change the template file, it does not reflect in showing the result in the browser. The result shows the same content that was being shown previously.

How can I make the changed template come alive and show up on the browser as soon as the file is changed?

0 Answers
Related