Build and run:
make build-runRun with live reload (watches *.go files and restarts on change):
make watchIf wgo is not installed, the target will prompt you to install it automatically.
Run tests:
make testLint:
make lintIf golangci-lint is not installed, the target will prompt you to install it automatically.
- wgo - watcher-go - Live reload for Go apps