how to hot reload for golang web application
There are tons of ways to hot reload a golang web application or golang program.
I choose gin to do the hot reload.
Firstly install the gin in GOPATH/bin:
go get github.com/codegangsta/gin
Basic usage
If we run a gin( the same name, but it is the we...
ubuntumeta.hashnode.dev1 min read