mirror of
https://github.com/adnanh/webhook.git
synced 2025-10-04 21:51:02 +00:00
8 lines
145 B
Go
8 lines
145 B
Go
//go:build windows
|
|
// +build windows
|
|
|
|
package main
|
|
|
|
func setupSignals() {
|
|
// NOOP: Windows doesn't have signals equivalent to the Unix world.
|
|
}
|