This commit is contained in:
@@ -0,0 +1,9 @@
|
||||
//go:build !unix
|
||||
|
||||
package main
|
||||
|
||||
import "os"
|
||||
|
||||
// reloadSignals is empty off unix: there is no SIGHUP, so reloads happen only
|
||||
// through the file watcher.
|
||||
func reloadSignals() []os.Signal { return nil }
|
||||
Reference in New Issue
Block a user