Reload Go Programs - Live Reload with Goreload | Online Free DevTools by Hexmos
Live reload Go programs with Goreload. Automate server restarts and speed up development with hot reloading. Free online tool, no registration required.
goreload
Live reload utility for Go programs. More information: https://github.com/acoshift/goreload.
- Watch a binary file (defaults to
.goreload):
goreload {{[-b|--bin]}} {{path/to/binary}} {{path/to/file.go}}
- Set a custom log prefix (defaults to
goreload):
goreload --logPrefix {{prefix}} {{path/to/file.go}}
- Reload whenever any file changes:
goreload --all
