commands.sh

goreload

all

Live reload utility for Go programs.

More info →

Options (1)

-b, --binboolean

Watch a binary file (defaults to `.goreload`)

Example: goreload {{[-b|--bin]}} {{path/to/binary}} {{path/to/file.go}}

Examples (3)

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
made by @shridhargupta | data from tldr-pages