mirror of
https://github.com/adnanh/webhook.git
synced 2026-09-24 04:29:41 +08:00
Refactor signal handling and Windows support
This commit drops webhook_windows.go in favor of simply pulling out the signal handling code to separate files.
This commit is contained in:
@@ -0,0 +1,7 @@
|
||||
// +build windows
|
||||
|
||||
package main
|
||||
|
||||
func setupSignals() {
|
||||
// NOOP: Windows doesn't have signals equivalent to the Unix world.
|
||||
}
|
||||
Reference in New Issue
Block a user