air实现go应用实时热重载
今天要介绍一个比较好用的go应用自动热加载工具: air,使用vscode的同学,再也不用手动 Ctrl+C
+ go run
了,它还有以下特性:
- Colorful log output
- Customize build or binary command
- Support excluding subdirectories
- Allow watching new directories after Air started
- Better building process