//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 }