### 使用用fresh 更簡單
六種熱加載方法
https://www.jianshu.com/p/d7916f21d38c
go 使用 fresh 實作熱重啟、
https://blog.csdn.net/sss996/article/details/94722479
go 使用 air 實作熱重啟
https://www.liwenzhou.com/posts/Go/live_reload_with_air/
Golang熱加載配置實踐 https://studygolang.com/articles/5398
# 注意 Windows下 使用 需要 安裝包之后
需要進入包的安裝目錄 如:E:\code\go\pkg\mod\github.com\cosmtrek\air@v1.21.2
進入命令列 : 運行 go build 生成可執行 air.exe
再把安裝目錄 加入可執行檔案目錄

轉載請註明出處,本文鏈接:https://www.uj5u.com/qita/218910.html
標籤:其他
