Compile and serve go http apps
When developing go web apps we need to recompile and re-serve the application to view the changes we made. This process of making changes, stop the app from running, recompile and run again can be quite annoying. We need a tool that serves the app, notices our source code changing…