Writing a Simple Go Tool for Golang Web Applications to Reload Automatically

Golang is the perfect programming language for writing simple cli tools. I needed such a tool for developing golang web applications. Normally whenever I change the go source code, I stop the server, run go build command and start the golang web application which is a gin (gin-gonic) web application. It was not an efficient …

Writing a Simple Go Tool for Golang Web Applications to Reload Automatically Devamı »