logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

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

See Also