golang iris web project a warm restart

In the development of web time, if the project does not support hot restart, each added or modified interfaces need to restart the project in order to test, it will be very troublesome. Know beego have bee tools, bee run to start the project, while the iris project follows hot restart

# rizla installation package
$ Go GET -u github.com/kataras/rizla
# hot restart way to start the iris project
$ rizla main. go

original link: https: //blog.csdn.net/luckytanggu/java/article/details/83894932

Guess you like

Origin www.cnblogs.com/longchang/p/12620405.html