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
- Host: GitHub
- URL: https://github.com/rubenv/gorerun
- Owner: rubenv
- License: mit
- Created: 2015-05-06T17:42:42.000Z (about 11 years ago)
- Default Branch: master
- Last Pushed: 2017-08-30T07:54:11.000Z (almost 9 years ago)
- Last Synced: 2024-12-30T12:46:34.453Z (over 1 year ago)
- Language: Go
- Size: 3.91 KB
- Stars: 0
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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.