Go 的 Air 热加载包是一个非常实用的工具,可以加速开发过程。它通过监控源文件的变化,自动重启你的 Go 应用程序,从而实现热加载。
安装Air
Air的项目地址
https://github.com/air-verse/air
可以使用 git clone 命令安装 Air
git clone https://github.com/air-verse/air.git
使用Air
cd air
go build -o /Users/tiger/goProjects/godemo1/src/main
cd /Users/tiger/goProjects/godemo1/src/main
./air