gin热加载fresh

#安装
go get github.com/pilu/fresh
启动
fresh

错误处理

command not found:fresh 解决方案

https://blog.csdn.net/m0_53465512/article/details/126484166

go install github.com/pilu/fresh@latest
go mod init<你的项目名称>
go get github.com/pilu/fresh
fresh

项目里只允许一个main文件