You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am encountering a similar issue. I've used gin in the past with go 1.4 and changes to pages (templates) would occur after refresh. I upgraded to Go 1.5 recently (not saying this is the cause) and now I have to save a go file in the directory (e.g., main.go) in order to get a template/page to change on refresh in the browser.
It's totally possible that I set up my project wrong or something. Has anyone encountered a similar problem?
Thanks,
Travis
P.S. Codegansta, you rock man. Thanks so much for contributing awesome packages to the Go community.
My homie pointed out the problem. I was using unrolled/render in my project and "IsDevelopment" was set to false. Once I set it to true, the templates started updating on refresh again. THIS IS NOT A PROBLEM WITH GIN. I WAS BEING A NOOB.
i wont just to now if we can auto-refrache the page web when we do changes to awer pages
The text was updated successfully, but these errors were encountered: