In this article, we will learn how to hot-reload any application component without stopping a running Go app, in an easy, well-structured, and clean way, using slok/reload library. But let's start from the beginning… Introduction Often, people confuse the term hot-reload of an app (watch some files, kill the process and…