go-air

Live reload for Go applications during development

brewmacoslinux
Try with needOr install directly
Source

About

Live reload for Go apps

Commands

air

Examples

Start air with default configuration in current directory$ air
Run air with a specific configuration file$ air -c .air.toml
Run air and pass arguments to the compiled Go application$ air -- --port 8080