Files
syncbot/signal_other.go
iceBear67 a006483bbc
ci / test (push) Canceled after 0s
docker / build (push) Canceled after 0s
init
2026-08-14 07:13:22 +00:00

10 lines
201 B
Go

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