
goreload
List of commands for goreload:
-
goreload:tldr:0eef0 goreload: Set the name of the binary file to watch (defaults to `.goreload`).$ goreload -b ${path-to-binary} ${filename}.gotry on your machineexplain this command
-
goreload:tldr:c2478 goreload: Reload whenever any file changes.$ goreload --alltry on your machineexplain this command
-
goreload:tldr:c6fa9 goreload: Set a custom log prefix (defaults to `goreload`).$ goreload --logPrefix ${prefix} ${filename}.gotry on your machineexplain this command