hotbuild

Cross-platform hot compilation tool for Go with live reloading

brewmacoslinux
Try with needOr install directly
Source

About

Cross platform hot compilation tool for go

Commands

hotbuild

Examples

Start hot compilation for current Go project$ hotbuild
Watch and rebuild specific Go file with custom output$ hotbuild -o ./bin/myapp main.go
Enable verbose logging during compilation$ hotbuild -v