Live Reloading using Air
go install github.com/cosmtrek/air@latest
# Run app with live reload
$ docker-compose up -d devzone-db
$ air
# Run tests
$ go test -v ./...
# Check coverage
$ GIN_MODE=release go test -v -coverprofile=coverage.out ./...
$ go tool cover -html=coverage.out