Since go is compiled, whenever you want to change html/css, the entire server needs to be recompiled and restarted. This is generally fine for small projects, but as projects get larger and more things get loaded on startup, the live reload speed gets slower.
Look into alternatives to make this better, potentially https://github.com/traefik/yaegi to interpret the code on demand
Since go is compiled, whenever you want to change html/css, the entire server needs to be recompiled and restarted. This is generally fine for small projects, but as projects get larger and more things get loaded on startup, the live reload speed gets slower.
Look into alternatives to make this better, potentially https://github.com/traefik/yaegi to interpret the code on demand