init
ci / test (push) Canceled after 0s
docker / build (push) Canceled after 0s

This commit is contained in:
iceBear67
2026-08-14 07:13:22 +00:00
commit a006483bbc
26 changed files with 3826 additions and 0 deletions
+9
View File
@@ -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 }