mirror of
https://github.com/tldr-pages/tldr.git
synced 2026-08-28 11:25:16 +08:00
402 B
402 B
goreload
Live reload utility for Go programs. More information: https://github.com/acoshift/goreload#basic-usage.
- 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