go project development hot reload

### It’s easier to use fresh 

 

 

Six hot loading methods

https://www.jianshu.com/p/d7916f21d38c

go Use fresh to achieve hot restart,

https://blog.csdn.net/sss996/article/details/94722479

go Use air to achieve hot restart

https://www.liwenzhou.com/posts/Go/live_reload_with_air/

 

Golang hot loading configuration practice  https://studygolang.com/articles/5398

 

# Note that use under Windows needs to install the package

Need to enter the installation directory of the package such as: E:\code\go\pkg\mod\github.com\cosmtrek\[email protected]

Enter the command line: Run go build to generate executable air.exe

Then add the installation directory to the executable file directory

Guess you like

Origin blog.csdn.net/weixin_37989267/article/details/109312677