System Grab Bag

View all TLDR pages from common (or from all pages)

goreload

Live reload utility for Go programs. More information: https://github.com/acoshift/goreload.
  • Set the name of the binary file to watch (defaults to .goreload):
    goreload -b {{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

License and Disclaimer

The content on this page is copyright © 2014—present the tldr-pages team and contributors.
This page is used with permission under Creative Commons Attribution 4.0 International License.

While we do attempt to make sure content is accurate, there isn't a warranty of any kind.