An open API service indexing awesome lists of open source software.

https://github.com/rubenv/gorerun

gorerun is equivalent to "go run" yet restarts on SIGHUP
https://github.com/rubenv/gorerun

Last synced: 21 days ago
JSON representation

gorerun is equivalent to "go run" yet restarts on SIGHUP

Awesome Lists containing this project

README

          

# gorerun

gorerun is equivalent to "go run".

The only difference is that every time you send it a SIGHUP, it will restart the
process. This is very useful while developing.