reload icon indicating copy to clipboard operation
reload copied to clipboard

Lightweight automatic reloading of Go processes.

Results 4 reload issues
Sort by recently updated
recently updated
newest added

Interface is as you described in issue #10. Because it doesn't have access to the logger supplied to reload.Do(), it's just silently skipping directories that encounter a read error. Since...

syscall.Exec() will unapologetically replace/kill the current process. This is good in many cases, but in some cases you really want to run some code before it does so. In my...

Hello. Thanks for writing this library, it is very useful. I am using these library for both my mac and linux versions of my cmd app. Unfortunately it looks like...

help wanted

Hi, Wondering if reload can support recursive subdirectory from a directory. https://github.com/Teamwork/reload/blob/ed43622194092571d65b220857b0ea5f814664ea/reload.go#L54-L55