Automatic Reloading During Development With Go

Friedrich Politz
2 min readFeb 21, 2021

If you are writing code in multiple languages like I do, you might have got accustomed to your app automatically applying any changes you make during development.

This indispensable time saver usually is usually pulled off by either hot reloading or restarting your app.

Let’s look at two quick options of how something similar can be achieved with Go.

--

--

Friedrich Politz

Engineering Manager and code junkie by day, hobby chef, musician and learning enthusiast by night.