Air is a live reloading tool for Go applications that watches for codebase changes and automatically rebuilds the app. Setup involves installing Air via `go install`, running `air init` to generate an `air.toml` config file, and then running `air` to start the app. Key configuration options include the build command, watched
Sort: