Forrest logo
back to context overview

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}.go
    try on your machine
    explain this command
  • goreload:tldr:c2478 goreload: Reload whenever any file changes.
    $ goreload --all
    try on your machine
    explain this command
  • goreload:tldr:c6fa9 goreload: Set a custom log prefix (defaults to `goreload`).
    $ goreload --logPrefix ${prefix} ${filename}.go
    try on your machine
    explain this command
back to context overview