logo
Free, Micro AI Code Reviews That Run on Git Commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, Micro AI Code Reviews That Run on Git Commit | Product Hunt git-lrc - Free, Micro AI Code Reviews That Run on Git 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