- golang v1.11
- notify-tools: for inotifywait
- add project directory to GOPATH:
export GOPATH=$GOPATH:$PWD
./reload.sh ./server # nodemon like server
go install server # builds server binaries on ./bin folder
curl -X POST localhost:8080/hello -d '{"name": "JP"}'