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?