Recently I have been building REST APIs in Go and have been missing tooling of most of the Javascript/Typescript projects that support live-reloading changes. I want to show you how I decided to approach live-reloading Golang applications with Docker and Air.
TL;DR; Skip to the code