Reload Live Golang

## first install nodemon to global before run this command
## npm i nodemon -g

nodemon -x go run main.go --signal SIGKILL -e go --verbose
Restu Wahyu Saputra